summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-12-30 07:38:51 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-12-30 07:38:51 +0000
commit89eac9644c7968e0504c8a66691af6a405da4463 (patch)
treeed5afbb628c6aa5551365b10e15e84832fdf0511 /include
parentc94d336e8b11438f78a2d342aa27a746ffd6f792 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index 761a4c055e87..a43eb31ee0a4 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.45 1996/10/17 18:44:56 jkh Exp $
+# $Id: Makefile,v 1.46 1996/12/30 04:52:54 jkh Exp $
#
# Doing a make install builds /usr/include
#
@@ -107,9 +107,9 @@ symlinks:
@${ECHO} "Setting up symlinks to kernel source tree..."
.for i in ${LDIRS} ${LUDIR}
rm -rf ${DESTDIR}/usr/include/$i
- ln -s ${DESTDIR}/sys/$i ${DESTDIR}/usr/include/$i
+ ln -s /sys/$i ${DESTDIR}/usr/include/$i
.endfor
rm -rf ${DESTDIR}/usr/include/machine
- ln -s ${DESTDIR}/sys/${MACHINE}/include ${DESTDIR}/usr/include/machine
+ ln -s /sys/${MACHINE}/include ${DESTDIR}/usr/include/machine
.include <bsd.prog.mk>