Makefile (50c64df2a1739dca84c0e3bc795b70e5991b7010) | Makefile (968bcca262a2ea8025924fe10e449bf89caf74bc) |
---|---|
1.include <src.opts.mk> 2 3# The SUBDIR_BOOTSTRAP list is a small set of libraries which are used by many 4# of the other libraries. These are built first with a .WAIT between them 5# and the main list to avoid needing a SUBDIR_DEPEND line on every library 6# naming just these few items. 7 8SUBDIR_BOOTSTRAP= \ --- 52 unchanged lines hidden (view full) --- 61 libgcc_eh \ 62 libgcc_s \ 63 libgeom \ 64 libifconfig \ 65 libipsec \ 66 libiscsiutil \ 67 libjail \ 68 libkiconv \ | 1.include <src.opts.mk> 2 3# The SUBDIR_BOOTSTRAP list is a small set of libraries which are used by many 4# of the other libraries. These are built first with a .WAIT between them 5# and the main list to avoid needing a SUBDIR_DEPEND line on every library 6# naming just these few items. 7 8SUBDIR_BOOTSTRAP= \ --- 52 unchanged lines hidden (view full) --- 61 libgcc_eh \ 62 libgcc_s \ 63 libgeom \ 64 libifconfig \ 65 libipsec \ 66 libiscsiutil \ 67 libjail \ 68 libkiconv \ |
69 libkldelf \ |
|
69 libkvm \ 70 liblua \ 71 liblzma \ 72 libmemstat \ 73 libmd \ 74 libmixer \ 75 libmt \ 76 lib80211 \ --- 156 unchanged lines hidden --- | 70 libkvm \ 71 liblua \ 72 liblzma \ 73 libmemstat \ 74 libmd \ 75 libmixer \ 76 libmt \ 77 lib80211 \ --- 156 unchanged lines hidden --- |