Module Name: src
Committed By: matt
Date: Sat Feb 12 22:24:40 UTC 2011
Modified Files:
src/lib: Makefile
Log Message:
Need to build libsaslc
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/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/lib/Makefile
diff -u src/lib/Makefile:1.163 src/lib/Makefile:1.164
--- src/lib/Makefile:1.163 Thu Feb 10 20:57:22 2011
+++ src/lib/Makefile Sat Feb 12 22:24:40 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.163 2011/02/10 20:57:22 matt Exp $
+# $NetBSD: Makefile,v 1.164 2011/02/12 22:24:40 matt Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -185,4 +185,11 @@
SUBDIR+= libpam # depends on libkafs, libkrb5, ...
.endif
+#==================== 6th library dependency barrier ====================
+SUBDIR+= .WAIT
+
+.if (${MKCRYPTO} != "no")
+SUBDIR+= ../crypto/external/bsd/libsaslc # depends on gssapi
+.endif
+
.include <bsd.subdir.mk>