Module Name: src
Committed By: christos
Date: Sat Feb 12 19:07:35 UTC 2011
Modified Files:
src/crypto/external/bsd: Makefile
Log Message:
glue in saslc
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/Makefile
diff -u src/crypto/external/bsd/Makefile:1.8 src/crypto/external/bsd/Makefile:1.9
--- src/crypto/external/bsd/Makefile:1.8 Fri Mar 19 22:07:33 2010
+++ src/crypto/external/bsd/Makefile Sat Feb 12 14:07:35 2011
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2010/03/20 02:07:33 uwe Exp $
+# $NetBSD: Makefile,v 1.9 2011/02/12 19:07:35 christos Exp $
.include <bsd.own.mk>
.if (${MKCRYPTO} != "no")
-SUBDIR+= openssl .WAIT netpgp openssh
+SUBDIR+= openssl .WAIT netpgp openssh libsaslc
.endif
.include <bsd.subdir.mk>