Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/libsaslc/etc Do not install files in usr...



details:   https://anonhg.NetBSD.org/src/rev/761f2a8d0f96
branches:  trunk
changeset: 325650:761f2a8d0f96
user:      tho <tho%NetBSD.org@localhost>
date:      Thu Jan 02 17:57:58 2014 +0000

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

ok christos@

diffstat:

 crypto/external/bsd/libsaslc/etc/Makefile      |  4 +++-
 crypto/external/bsd/libsaslc/etc/mech/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 17a5896ed287 -r 761f2a8d0f96 crypto/external/bsd/libsaslc/etc/Makefile
--- a/crypto/external/bsd/libsaslc/etc/Makefile Thu Jan 02 17:43:32 2014 +0000
+++ b/crypto/external/bsd/libsaslc/etc/Makefile Thu Jan 02 17:57:58 2014 +0000
@@ -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+= GSSAPI.conf
 CFG_MECH+= LOGIN.conf
 CFG_MECH+= PLAIN.conf
+.endif
 
 .include <bsd.files.mk>
 .include <bsd.subdir.mk>
diff -r 17a5896ed287 -r 761f2a8d0f96 crypto/external/bsd/libsaslc/etc/mech/Makefile
--- a/crypto/external/bsd/libsaslc/etc/mech/Makefile    Thu Jan 02 17:43:32 2014 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/Makefile    Thu Jan 02 17:57:58 2014 +0000
@@ -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+= GSSAPI.conf
 FILES+= LOGIN.conf
 FILES+= PLAIN.conf
+.endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index