summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-08 18:54:33 +0000
committerphk <phk@FreeBSD.org>1994-11-08 18:54:33 +0000
commit80c829c1e16c934ccfffcb534ab0dfdd7ab49e13 (patch)
treef623c9df980b59cf3d58eed084b7c5fd693cf966 /share/examples/Makefile
parentad3495c912bfaeb9d72b23a24dcd07919cee2672 (diff)
downloadFreeBSD-src-80c829c1e16c934ccfffcb534ab0dfdd7ab49e13.zip
FreeBSD-src-80c829c1e16c934ccfffcb534ab0dfdd7ab49e13.tar.gz
Don't install Makefile
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index efbe980..bfff8ff 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1994/10/24 09:56:42 sos Exp $
+# $Id: Makefile,v 1.11 1994/11/08 03:58:52 phk Exp $
#
# Doing a make install builds /usr/share/examples
@@ -22,7 +22,8 @@ copies:
@-for a in ${DIRS}; do \
rm -rf ${DDIR}/$$a; \
done
- find ${DIRS} -print | grep -v /CVS | cpio -dumpv ${DDIR}
+ find ${DIRS} -print | grep -v /CVS | \
+ grep -v Makefile | cpio -dumpv ${DDIR}
symlinks:
@${ECHO} installing symlinks in ${DDIR}
OpenPOWER on IntegriCloud