summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-05 07:58:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-05 07:58:28 +0000
commitc08e808e2acf167b6967689ad1bd9326d1dc59c0 (patch)
tree49d0b5c175da5bbcbc01eb8bd0fd2cda5db8a2c5 /include
parent32d1ebac7757249368400bab8c257b8330089fc5 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile
index db759595b486..8d4cfde5bc71 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -33,9 +33,9 @@ RPCFILES= auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h \
MFILES= float.h floatingpoint.h stdarg.h varargs.h
# posix4/aio.h conflicts with dysons and isn't installed:
-PFILES= mqueue.h sched.h semaphore.h \
- # aio.h
+PFILES= mqueue.h sched.h semaphore.h # aio.h
+# Only for default SHARED=copies case
SFILES= soundcard.h
LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h termios.h
@@ -90,9 +90,6 @@ beforeinstall: ${SHARED}
.for i in ${PFILES}
ln -sf posix4/$i ${DESTDIR}/usr/include/$i
.endfor
-.for i in ${SFILES}
- ln -sf ../sys/$i ${DESTDIR}/usr/include/machine/$i
-.endfor
copies:
.for i in ${LDIRS} ${LNOHEADERDIRS} machine
@@ -112,6 +109,9 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}/usr/include/machine
.endif
+.for i in ${SFILES}
+ ln -sf ../sys/$i ${DESTDIR}/usr/include/machine/$i
+.endfor
symlinks:
@${ECHO} "Setting up symlinks to kernel source tree..."