summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-06-24 09:45:30 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-06-24 09:45:30 +0000
commit4859384f0d8a6d9a04c7f3c535176758cd205454 (patch)
tree841fafb8131d68afc8185c73a0355bf24485eeb5 /etc/Makefile
parent21179cd7f029516b65bc7bb9402bb5c555de6105 (diff)
downloadFreeBSD-src-4859384f0d8a6d9a04c7f3c535176758cd205454.zip
FreeBSD-src-4859384f0d8a6d9a04c7f3c535176758cd205454.tar.gz
Actually install the virgin copies of the /etc files that we so proudly
claim to install in /usr/share/examples/etc/README.examples . PR: 5207 Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 79e714f..77c337b 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.197 1999/05/05 19:44:13 markm Exp $
+# $Id: Makefile,v 1.198 1999/05/11 11:52:27 jkh Exp $
SUBDIR= sendmail
@@ -136,4 +136,11 @@ distrib-dirs:
rm -rf POSIX; \
ln -s C POSIX
+etc-examples:
+ (cd ${.CURDIR}; \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${BIN1} ${BIN2} \
+ ${DESTDIR}/usr/share/examples/etc; \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/rc.conf \
+ ${DESTDIR}/usr/share/examples/etc/defaults)
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud