aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-01-26 17:38:51 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-01-26 17:38:51 +0000
commit4ba5197729ef8fa5660479d98cc7150817c6291a (patch)
treebcdef76e7b301c7a6a543b8bb33ec6163cb9eb99 /include/Makefile
parent400dc950120cf4d7087c36cf9308f97db43f38b9 (diff)
downloadsrc-4ba5197729ef8fa5660479d98cc7150817c6291a.tar.gz
src-4ba5197729ef8fa5660479d98cc7150817c6291a.zip
Sigh. Really fix it this time. It seems the first time through the
run it would modify the source tree, causing it to fail the second time around. Sigh.
Notes
Notes: svn path=/head/; revision=56646
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index e2c27e248b43..4530e783c98d 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -47,6 +47,9 @@ LDIRS= cam msdosfs net netatalk netatm netgraph netinet netinet6 \
LNOHEADERDIRS= isofs ufs dev
LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi dev/usb
+# For SHARED=symlinks, cam is a symlink, so cam/scsi is taken care of
+LSYMSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs dev/usb
+
# Define SHARED to indicate whether you want symbolic links to the system
# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
# probably only useful for developers and should be avoided if you do not
@@ -124,7 +127,7 @@ symlinks:
rm -rf ${DESTDIR}/usr/include/$i
mkdir ${DESTDIR}/usr/include/$i
.endfor
-.for i in ${LSUBDIRS}
+.for i in ${LSYMSUBDIRS}
ln -s ../../../sys/$i ${DESTDIR}/usr/include/$i
.endfor
rm -rf ${DESTDIR}/usr/include/machine