From 2bda0e5dc8a08efe7a4e208b5a862d25bf93b767 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 23 Sep 1994 07:19:25 +0000 Subject: [PATCH] Revert to installing /etc/files from src/etc. --- share/examples/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/share/examples/Makefile b/share/examples/Makefile index 047ab6805195..c02a7d6cd2d0 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