Makefile (cd0d51baaa4509a1db83251a601d34404d20c990) | Makefile (feb2ecc3826dbb12c42a38a94ebe98e97c9c564d) |
---|---|
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 --- 58 unchanged lines hidden (view full) --- 67 libnetbsd \ 68 libnv \ 69 libopenbsd \ 70 libopie \ 71 libpam \ 72 libpathconv \ 73 libpcap \ 74 libpjdlog \ | 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 --- 58 unchanged lines hidden (view full) --- 67 libnetbsd \ 68 libnv \ 69 libopenbsd \ 70 libopie \ 71 libpam \ 72 libpathconv \ 73 libpcap \ 74 libpjdlog \ |
75 ${_libproc} \ | 75 libproc \ |
76 libprocstat \ 77 libregex \ 78 librpcsvc \ 79 librss \ 80 librt \ | 76 libprocstat \ 77 libregex \ 78 librpcsvc \ 79 librss \ 80 librt \ |
81 ${_librtld_db} \ | 81 librtld_db \ |
82 libsbuf \ 83 libsmb \ 84 libsqlite3 \ 85 libstdbuf \ 86 libstdthreads \ 87 libsysdecode \ 88 libtacplus \ 89 libthread_db \ --- 100 unchanged lines hidden (view full) --- 190SUBDIR.${MK_PMC}+= libopencsd 191.endif 192 193.if ${MACHINE_CPUARCH} == "amd64" 194SUBDIR.${MK_PMC}+= libipt 195SUBDIR.${MK_BHYVE}+= libvmmapi 196.endif 197 | 82 libsbuf \ 83 libsmb \ 84 libsqlite3 \ 85 libstdbuf \ 86 libstdthreads \ 87 libsysdecode \ 88 libtacplus \ 89 libthread_db \ --- 100 unchanged lines hidden (view full) --- 190SUBDIR.${MK_PMC}+= libopencsd 191.endif 192 193.if ${MACHINE_CPUARCH} == "amd64" 194SUBDIR.${MK_PMC}+= libipt 195SUBDIR.${MK_BHYVE}+= libvmmapi 196.endif 197 |
198.if ${MACHINE_CPUARCH} != "sparc64" 199_libproc= libproc 200_librtld_db= librtld_db 201.endif 202 | |
203.if ${MACHINE_ARCH} != "powerpc" 204SUBDIR.${MK_OPENMP}+= libomp 205.endif 206SUBDIR.${MK_OPENSSL}+= libmp 207SUBDIR.${MK_PMC}+= libpmc libpmcstat 208SUBDIR.${MK_RADIUS_SUPPORT}+= libradius 209SUBDIR.${MK_SENDMAIL}+= libmilter libsm libsmdb libsmutil 210SUBDIR.${MK_TELNET}+= libtelnet --- 13 unchanged lines hidden --- | 198.if ${MACHINE_ARCH} != "powerpc" 199SUBDIR.${MK_OPENMP}+= libomp 200.endif 201SUBDIR.${MK_OPENSSL}+= libmp 202SUBDIR.${MK_PMC}+= libpmc libpmcstat 203SUBDIR.${MK_RADIUS_SUPPORT}+= libradius 204SUBDIR.${MK_SENDMAIL}+= libmilter libsm libsmdb libsmutil 205SUBDIR.${MK_TELNET}+= libtelnet --- 13 unchanged lines hidden --- |