summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2013-02-17 13:06:59 +0000
committerache <ache@FreeBSD.org>2013-02-17 13:06:59 +0000
commit711b357b3d2aab9c3be4ca2268541fcdf62b796f (patch)
treeee373f52dc2b56715c65cc887f91fdfb93337638 /etc/Makefile
parent387f2efcf771b52f9c9dd36bd456a62230b7d52e (diff)
downloadFreeBSD-src-711b357b3d2aab9c3be4ca2268541fcdf62b796f.zip
FreeBSD-src-711b357b3d2aab9c3be4ca2268541fcdf62b796f.tar.gz
In 'make hierarchy' don't install /sys/sys pointing to usr/src/sys
but just /sys pointing there
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 81ef45a..7c4cea5 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -354,7 +354,7 @@ distrib-dirs:
${METALOG.add} ; \
done; true
.endif
- ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
+ ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/
cd ${DESTDIR}/usr/share/man; \
for mandir in man*; do \
${INSTALL_SYMLINK} ../$$mandir \
OpenPOWER on IntegriCloud