Module Name:    src
Committed By:   christos
Date:           Wed Jun 10 12:48:06 UTC 2009

Modified Files:
        src/compat/external/lib: Makefile

Log Message:
Revert my change again. Now I see what was wrong... My CVS files were corrupted.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/compat/external/lib/Makefile:1.8
--- src/compat/external/lib/Makefile:1.7	Tue Jun  9 21:11:50 2009
+++ src/compat/external/lib/Makefile	Wed Jun 10 08:48:06 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2009/06/10 01:11:50 christos Exp $
+#	$NetBSD: Makefile,v 1.8 2009/06/10 12:48:06 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -8,9 +8,17 @@
 
 .include <bsd.own.mk>
 
+.if (${MKATF} != "no")
+SUBDIR+= ../bsd/atf/lib
+.endif
+
 .if (${MKCRYPTO} != "no")
-SUBDIR+= ../bsd/netpgp/lib
-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>

Reply via email to