Makefile (8d4f972badbf3513c0aa8ae210a17b4df345aed3) | Makefile (127be1a706a79c822c89b59e4e662de19652f2d4) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4.include <src.opts.mk> 5 6# The SUBDIR_ORDERED list is a small set of libraries which are used by many 7# of the other libraries. These are built first with a .WAIT between them 8# and the main list to avoid needing a SUBDIR_DEPEND line on every library --- 57 unchanged lines hidden (view full) --- 66 liblzma \ 67 ${_libmagic} \ 68 libmemstat \ 69 libmd \ 70 ${_libmilter} \ 71 ${_libmp} \ 72 libmt \ 73 ${_libnandfs} \ | 1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4.include <src.opts.mk> 5 6# The SUBDIR_ORDERED list is a small set of libraries which are used by many 7# of the other libraries. These are built first with a .WAIT between them 8# and the main list to avoid needing a SUBDIR_DEPEND line on every library --- 57 unchanged lines hidden (view full) --- 66 liblzma \ 67 ${_libmagic} \ 68 libmemstat \ 69 libmd \ 70 ${_libmilter} \ 71 ${_libmp} \ 72 libmt \ 73 ${_libnandfs} \ |
74 lib80211 \ |
|
74 libnetbsd \ 75 ${_libnetgraph} \ 76 ${_libngatm} \ 77 libnv \ 78 libopenbsd \ 79 libopie \ 80 libpam \ 81 libpcap \ --- 244 unchanged lines hidden --- | 75 libnetbsd \ 76 ${_libnetgraph} \ 77 ${_libngatm} \ 78 libnv \ 79 libopenbsd \ 80 libopie \ 81 libpam \ 82 libpcap \ --- 244 unchanged lines hidden --- |