Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib Need to build libsaslc



details:   https://anonhg.NetBSD.org/src/rev/19f95ac72d13
branches:  trunk
changeset: 761992:19f95ac72d13
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Feb 12 22:24:40 2011 +0000

description:
Need to build libsaslc

diffstat:

 lib/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e0dbb26197c3 -r 19f95ac72d13 lib/Makefile
--- a/lib/Makefile      Sat Feb 12 22:24:01 2011 +0000
+++ b/lib/Makefile      Sat Feb 12 22:24:40 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index