Makefile (e7d939bda22b07be6b68ba38835c9167212fd56e) | Makefile (e806d5088b8fdff67d70d421ece34e557ff3dd8c) |
---|---|
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 --- 55 unchanged lines hidden (view full) --- 64 libmd \ 65 ${_libmilter} \ 66 ${_libmp} \ 67 ${_libnandfs} \ 68 libnetbsd \ 69 ${_libnetgraph} \ 70 ${_libngatm} \ 71 libnv \ | 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 --- 55 unchanged lines hidden (view full) --- 64 libmd \ 65 ${_libmilter} \ 66 ${_libmp} \ 67 ${_libnandfs} \ 68 libnetbsd \ 69 ${_libnetgraph} \ 70 ${_libngatm} \ 71 libnv \ |
72 libohash \ |
|
72 libopie \ 73 libpam \ 74 libpcap \ 75 libpjdlog \ 76 ${_libpmc} \ 77 ${_libproc} \ 78 libprocstat \ 79 libradius \ --- 217 unchanged lines hidden --- | 73 libopie \ 74 libpam \ 75 libpcap \ 76 libpjdlog \ 77 ${_libpmc} \ 78 ${_libproc} \ 79 libprocstat \ 80 libradius \ --- 217 unchanged lines hidden --- |