Module Name: src
Committed By: christos
Date: Mon Jun 8 01:22:53 UTC 2009
Modified Files:
src/compat/external/lib: Makefile
Log Message:
revert previous broken change
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/compat/external/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/compat/external/lib/Makefile
diff -u src/compat/external/lib/Makefile:1.5 src/compat/external/lib/Makefile:1.6
--- src/compat/external/lib/Makefile:1.5 Sun Jun 7 18:59:22 2009
+++ src/compat/external/lib/Makefile Sun Jun 7 21:22:53 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/06/07 22:59:22 christos Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/08 01:22:53 christos Exp $
#
# This Makefile exists to provide a single point to build
@@ -8,8 +8,17 @@
.include <bsd.own.mk>
+.if (${MKATF} != "no")
+SUBDIR+= ../bsd/atf/lib
+.endif
+
.if (${MKCRYPTO} != "no")
-SUBDIR+= ../bsd/openssh/lib
+.if (${MKLDAP} != "no")
+SUBDIR+= ../bsd/openldap/lib
.endif
+.endif
+
+SUBDIR+= ../bsd/bind/lib
+SUBDIR+= ../bsd/file/lib
.include <bsd.subdir.mk>