Makefile (100353cfbf882e23c911300ebd0cb458bd3ee975) Makefile (73577bf01de5c4677dc54d97f93310286c254780)
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

--- 128 unchanged lines hidden (view full) ---

137SUBDIR_DEPEND_libtacplus= libmd
138SUBDIR_DEPEND_libulog= libmd
139SUBDIR_DEPEND_libunbound= ${_libldns}
140SUBDIR_DEPEND_liblzma= ${_libthr}
141.if ${MK_OFED} != "no"
142SUBDIR_DEPEND_libpcap= ofed
143.endif
144
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

--- 128 unchanged lines hidden (view full) ---

137SUBDIR_DEPEND_libtacplus= libmd
138SUBDIR_DEPEND_libulog= libmd
139SUBDIR_DEPEND_libunbound= ${_libldns}
140SUBDIR_DEPEND_liblzma= ${_libthr}
141.if ${MK_OFED} != "no"
142SUBDIR_DEPEND_libpcap= ofed
143.endif
144
145.if !defined(COMPAT_32BIT)
146SUBDIR+= flua
147SUBDIR_DEPEND_flua= libjail
148.endif
149
145# NB: keep these sorted by MK_* knobs
146
147SUBDIR.${MK_ATM}+= libngatm
148SUBDIR.${MK_BEARSSL}+= libbearssl libsecureboot
149SUBDIR.${MK_BLACKLIST}+=libblacklist
150SUBDIR.${MK_BLUETOOTH}+=libbluetooth libsdp
151SUBDIR.${MK_BSNMP}+= libbsnmp
152

--- 74 unchanged lines hidden ---
150# NB: keep these sorted by MK_* knobs
151
152SUBDIR.${MK_ATM}+= libngatm
153SUBDIR.${MK_BEARSSL}+= libbearssl libsecureboot
154SUBDIR.${MK_BLACKLIST}+=libblacklist
155SUBDIR.${MK_BLUETOOTH}+=libbluetooth libsdp
156SUBDIR.${MK_BSNMP}+= libbsnmp
157

--- 74 unchanged lines hidden ---