Module Name:    src
Committed By:   tho
Date:           Thu Jan  2 17:57:58 UTC 2014

Modified Files:
        src/crypto/external/bsd/libsaslc/etc: Makefile
        src/crypto/external/bsd/libsaslc/etc/mech: Makefile

Log Message:
Do not install files in usr/share/ when MKSHARE=no

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/libsaslc/etc/Makefile
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/libsaslc/etc/mech/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/libsaslc/etc/Makefile
diff -u src/crypto/external/bsd/libsaslc/etc/Makefile:1.3 src/crypto/external/bsd/libsaslc/etc/Makefile:1.4
--- src/crypto/external/bsd/libsaslc/etc/Makefile:1.3	Sun Feb 20 05:17:47 2011
+++ src/crypto/external/bsd/libsaslc/etc/Makefile	Thu Jan  2 17:57:58 2014
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2011/02/20 05:17:47 christos Exp $
+# $NetBSD: Makefile,v 1.4 2014/01/02 17:57:58 tho Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=mech
 
+.if ${MKSHARE} != "no"
 FILESDIR=/usr/share/examples/libsaslc
 FILESOWN=root
 FILESGRP=wheel
@@ -19,6 +20,7 @@ CFG_MECH+= EXTERNAL.conf
 CFG_MECH+= GSSAPI.conf
 CFG_MECH+= LOGIN.conf
 CFG_MECH+= PLAIN.conf
+.endif
 
 .include <bsd.files.mk>
 .include <bsd.subdir.mk>

Index: src/crypto/external/bsd/libsaslc/etc/mech/Makefile
diff -u src/crypto/external/bsd/libsaslc/etc/mech/Makefile:1.2 src/crypto/external/bsd/libsaslc/etc/mech/Makefile:1.3
--- src/crypto/external/bsd/libsaslc/etc/mech/Makefile:1.2	Sun Feb 20 05:42:34 2011
+++ src/crypto/external/bsd/libsaslc/etc/mech/Makefile	Thu Jan  2 17:57:58 2014
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2011/02/20 05:42:34 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/02 17:57:58 tho Exp $
 
 .include <bsd.own.mk>
 
+.if ${MKSHARE} != "no"
 FILESDIR=/usr/share/examples/libsaslc/mech
 FILESOWN=root
 FILESGRP=wheel
@@ -15,5 +16,6 @@ FILES+= EXTERNAL.conf
 FILES+= GSSAPI.conf
 FILES+= LOGIN.conf
 FILES+= PLAIN.conf
+.endif
 
 .include <bsd.prog.mk>

Reply via email to