summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-23 07:19:25 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-23 07:19:25 +0000
commit2bca196c9fd28c36b069709f32d5625e748818c9 (patch)
treedeadc0ecc59e8f7c69d7eaf12084568212362af6 /share/examples/Makefile
parent1851a0fcf38b5139c84486995799566ef6684d53 (diff)
downloadFreeBSD-src-2bca196c9fd28c36b069709f32d5625e748818c9.zip
FreeBSD-src-2bca196c9fd28c36b069709f32d5625e748818c9.tar.gz
Revert to installing /etc/files from src/etc.
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 047ab68..c02a7d6c 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -4,9 +4,6 @@
DIRS=etc FreeBSD_version lkm sunrpc
NOOBJ= noobj
-ETCOWN= root
-ETCGRP= wheel
-ETCMODE=644
# Define SHARED to indicate whether you want symbolic links to the system
# source (``symlinks''), or a separate copy (``copies''); (latter useful
@@ -31,8 +28,4 @@ symlinks:
ln -s ${.CURDIR}/$$a ${DESTDIR}/usr/share/examples; \
done
-install-etc:
- install -c -o ${ETCOWN} -g ${ETCGRP} -m ${ETCMODE} \
- ${.CURDIR}/etc/[a-z]* ${DESTDIR}/etc
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud