From 69b23515b5406136d049a4afa223a42b32ff755d Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 22 Feb 2013 19:57:18 +0000 Subject: [PATCH] Back out prev. change preventing /sys/sys symlink. It appears my install was not very recent and not acts like 'ln -h' --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index 7c4cea51cff..81ef45a09f1 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 \