Makefile (335bcabec9cb3009131df8b072a1259707aa5c24) | Makefile (35c05a4fbc5c4b15fac274c01eafa63d5b8f4fa5) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4.include <src.opts.mk> 5 6# The SUBDIR_BOOTSTRAP 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 --- 75 unchanged lines hidden (view full) --- 84 libpcap \ 85 ${_libpe} \ 86 libpjdlog \ 87 ${_libpmc} \ 88 ${_libproc} \ 89 libprocstat \ 90 ${_libradius} \ 91 librpcsvc \ | 1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4.include <src.opts.mk> 5 6# The SUBDIR_BOOTSTRAP 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 --- 75 unchanged lines hidden (view full) --- 84 libpcap \ 85 ${_libpe} \ 86 libpjdlog \ 87 ${_libpmc} \ 88 ${_libproc} \ 89 libprocstat \ 90 ${_libradius} \ 91 librpcsvc \ |
92 librss \ |
|
92 librt \ 93 ${_librtld_db} \ 94 libsbuf \ 95 ${_libsdp} \ 96 ${_libsm} \ 97 libsmb \ 98 ${_libsmdb} \ 99 ${_libsmutil} \ --- 229 unchanged lines hidden --- | 93 librt \ 94 ${_librtld_db} \ 95 libsbuf \ 96 ${_libsdp} \ 97 ${_libsm} \ 98 libsmb \ 99 ${_libsmdb} \ 100 ${_libsmutil} \ --- 229 unchanged lines hidden --- |