From b269db3788caf2fc710b7ebadf9938855b8fae44 Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 19 Sep 1994 21:28:28 +0000 Subject: Install /etc from the same source as /usr/share/examples/etc (mostly). --- share/examples/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'share/examples/Makefile') diff --git a/share/examples/Makefile b/share/examples/Makefile index 60e78b6..047ab68 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -1,9 +1,12 @@ -# $Id: Makefile,v 1.4 1994/08/28 17:21:36 bde Exp $ +# $Id: Makefile,v 1.5 1994/09/13 02:21:03 wollman Exp $ # # Doing a make install builds /usr/share/examples 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 @@ -28,4 +31,8 @@ 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 -- cgit v1.1