diff options
author | ache <ache@FreeBSD.org> | 2013-02-22 19:57:18 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2013-02-22 19:57:18 +0000 |
commit | 2f7ddc2dcde7342f40a2f32f1fcf49aa4adcc8af (patch) | |
tree | cda689d431e1f2618f8c7b00183e6d28e4cf258d /etc | |
parent | c4216d10a5974e0137912d07a03f670f3eed936b (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 \ |