diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-31 11:32:25 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-31 11:32:25 +0000 |
| commit | 3b29be9bb91f1bda6ed02db125cef121056c2a08 (patch) | |
| tree | 06b47877a21b9e5e7bac5cfd98b83ebf9cbcf8d8 /include | |
| parent | dd9346ce017603eba3c075abdc4cfe0c4a093a88 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index 0f9e6bc88a064..71a42bcd476fa 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.58 1997/06/05 21:20:58 jkh Exp $ +# $Id: Makefile,v 1.59 1997/06/25 08:04:51 msmith Exp $ # # Doing a make install builds /usr/include # @@ -109,9 +109,9 @@ symlinks: @${ECHO} "Setting up symlinks to kernel source tree..." .for i in ${LDIRS} ${LNOHEADERDIRS} rm -rf ${DESTDIR}/usr/include/$i - ln -s /sys/$i ${DESTDIR}/usr/include/$i + ln -s ../../sys/$i ${DESTDIR}/usr/include/$i .endfor rm -rf ${DESTDIR}/usr/include/machine - ln -s /sys/${MACHINE}/include ${DESTDIR}/usr/include/machine + ln -s ../../sys/${MACHINE}/include ${DESTDIR}/usr/include/machine .include <bsd.prog.mk> |
