Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_portal/examples Changed Makefile to install scrip...
details: https://anonhg.NetBSD.org/src/rev/c81c51f854af
branches: trunk
changeset: 519123:c81c51f854af
user: bgrayson <bgrayson%NetBSD.org@localhost>
date: Tue Dec 11 15:39:10 2001 +0000
description:
Changed Makefile to install scripts as executable (SCRIPTS, not as FILES), and
also did name change on them to preserve .sh suffix
diffstat:
sbin/mount_portal/examples/Makefile | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r d5f5521d2154 -r c81c51f854af sbin/mount_portal/examples/Makefile
--- a/sbin/mount_portal/examples/Makefile Tue Dec 11 15:35:53 2001 +0000
+++ b/sbin/mount_portal/examples/Makefile Tue Dec 11 15:39:10 2001 +0000
@@ -1,13 +1,19 @@
-# $NetBSD: Makefile,v 1.3 2001/10/12 16:19:30 atatat Exp $
+# $NetBSD: Makefile,v 1.4 2001/12/11 15:39:10 bgrayson Exp $
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
-FILESDIR= /usr/share/examples/mount_portal
+FILESDIR= /usr/share/examples/mount_portal
+
+FILES= overview advanced.1 advanced.1.conf fing.c rfilter.1 \
+ rfilter.2 rfilter.2.conf tcp.1 tcp.1.conf fs.1 fs.1.conf \
+ cvs.1 cvs.conf
-FILES= overview advanced.1 advanced.1.conf fing.c rfilter.1 \
- rfilter.2 rfilter.2.conf tcp.1 tcp.1.conf fs.1 fs.1.conf \
- cvs.1 cvs.conf cvs.sh
+SCRIPTSDIR= ${FILESDIR}
+
+# The scripts have been renamed to have a suffix of .sh.sh, since the
+# SCRIPTS rule strips off one suffix.
+SCRIPTS= sysctlfs.sh.sh cvs.sh.sh
.endif
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index