summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-09-06 06:30:57 +0000
committerjkh <jkh@FreeBSD.org>1996-09-06 06:30:57 +0000
commite869b601450b170207f89fa9c6a4043f957a7a05 (patch)
treeaa77b1f7057c4c40baed9cf318335932a65352c4 /share/examples/Makefile
parent1cb64d5ccae3c42d7bad62721b2355b3d4840cd9 (diff)
downloadFreeBSD-src-e869b601450b170207f89fa9c6a4043f957a7a05.zip
FreeBSD-src-e869b601450b170207f89fa9c6a4043f957a7a05.tar.gz
Do the right thing even if the source tree is a bunch of symlinks, say
lndir'd to a CDROM. Submitted-By: Richard Wackerbarth <rkw@shrimp.dataplex.net>
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index d162ef1..1e1062a 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 1995/12/11 03:03:24 peter Exp $
+# $Id: Makefile,v 1.19 1996/01/21 17:57:25 bde Exp $
#
# Doing a make install builds /usr/share/examples
@@ -18,7 +18,7 @@ all clean cleandir depend lint tags:
beforeinstall: ${SHARED}
.for dir in ${DIRS}
-FILES!= find ${dir} \( -name CVS -prune \) -o -type f -print
+FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print
.for file in ${FILES}
copies::
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
OpenPOWER on IntegriCloud