Enable the build of ATF libraries.
This commit is contained in:
parent
454557d79e
commit
474d44894f
6
external/lib/Makefile
vendored
6
external/lib/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2009/01/12 16:03:16 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/01/19 07:16:11 jmmv Exp $
|
||||
|
||||
#
|
||||
# This Makefile exists to provide a single point to build
|
||||
@ -8,6 +8,10 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if (${MKATF} != "no")
|
||||
SUBDIR+= ../bsd/atf/lib
|
||||
.endif
|
||||
|
||||
.if (${MKLDAP} != "no")
|
||||
SUBDIR+= ../bsd/openldap/lib
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user