summaryrefslogtreecommitdiffstats
path: root/share/examples/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 /share/examples/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 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index c2b7c77..9946eb2 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.23 1997/02/22 13:55:43 peter Exp $
#
# Doing a make install builds /usr/share/examples
@@ -15,7 +15,7 @@ SHARED?= copies
all clean cleandir depend lint tags:
-beforeinstall: ${SHARED}
+beforeinstall: etc-examples ${SHARED}
.for dir in ${DIRS}
FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print
@@ -30,4 +30,7 @@ symlinks::
rm -rf ${DDIR}/${dir}; ln -s ${.CURDIR}/${dir} ${DDIR}
.endfor
+etc-examples:
+ (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud