summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2013-02-22 19:57:18 +0000
committerache <ache@FreeBSD.org>2013-02-22 19:57:18 +0000
commit2f7ddc2dcde7342f40a2f32f1fcf49aa4adcc8af (patch)
treecda689d431e1f2618f8c7b00183e6d28e4cf258d /etc
parentc4216d10a5974e0137912d07a03f670f3eed936b (diff)
downloadFreeBSD-src-2f7ddc2dcde7342f40a2f32f1fcf49aa4adcc8af.zip
FreeBSD-src-2f7ddc2dcde7342f40a2f32f1fcf49aa4adcc8af.tar.gz
Back out prev. change preventing /sys/sys symlink. It appears my install
was not very recent and not acts like 'ln -h'
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 7c4cea5..81ef45a 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -354,7 +354,7 @@ distrib-dirs:
${METALOG.add} ; \
done; true
.endif
- ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/
+ ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
cd ${DESTDIR}/usr/share/man; \
for mandir in man*; do \
${INSTALL_SYMLINK} ../$$mandir \
OpenPOWER on IntegriCloud