Enable the build of ATF libraries.

This commit is contained in:
jmmv 2009-01-19 07:16:11 +00:00
parent 454557d79e
commit 474d44894f

View File

@ -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