Makefile (71cb2dfcbc698c2afe2b18e029b548f23b56b807) Makefile (7920ad944bbe862638c164591d7ec64a64d8f62f)
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

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

204SUBDIR.${MK_RADIUS_SUPPORT}+= libradius
205SUBDIR.${MK_SENDMAIL}+= libmilter libsm libsmdb libsmutil
206SUBDIR.${MK_TELNET}+= libtelnet
207SUBDIR.${MK_TESTS_SUPPORT}+= atf
208SUBDIR.${MK_TESTS}+= tests
209SUBDIR.${MK_UNBOUND}+= libunbound
210SUBDIR.${MK_USB}+= libusbhid libusb
211SUBDIR.${MK_OFED}+= ofed
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

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

204SUBDIR.${MK_RADIUS_SUPPORT}+= libradius
205SUBDIR.${MK_SENDMAIL}+= libmilter libsm libsmdb libsmutil
206SUBDIR.${MK_TELNET}+= libtelnet
207SUBDIR.${MK_TESTS_SUPPORT}+= atf
208SUBDIR.${MK_TESTS}+= tests
209SUBDIR.${MK_UNBOUND}+= libunbound
210SUBDIR.${MK_USB}+= libusbhid libusb
211SUBDIR.${MK_OFED}+= ofed
212SUBDIR.${MK_ZFS}+= libbe
212
213.if !make(install)
214SUBDIR_PARALLEL=
215.endif
216
217.include <bsd.subdir.mk>
213
214.if !make(install)
215SUBDIR_PARALLEL=
216.endif
217
218.include <bsd.subdir.mk>