summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-04 15:44:44 +0000
committerpeter <peter@FreeBSD.org>1999-09-04 15:44:44 +0000
commit25bf1e19afe32b867e72bb3191eaa45b7044f084 (patch)
tree8c0162c9445abe079c113f44e33564df7d518dd7 /include/Makefile
parentf56ff45a8ac27cb6dc4169392aad723a49158d8c (diff)
downloadFreeBSD-src-25bf1e19afe32b867e72bb3191eaa45b7044f084.zip
FreeBSD-src-25bf1e19afe32b867e72bb3191eaa45b7044f084.tar.gz
Install a symlink for <machine/soundcard.h> -> <sys/soundcard.h> rather
than having stubs. (OK'ed by dfr)
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 8b2e78b..db75959 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -36,6 +36,8 @@ MFILES= float.h floatingpoint.h stdarg.h varargs.h
PFILES= mqueue.h sched.h semaphore.h \
# aio.h
+SFILES= soundcard.h
+
LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h termios.h
LDIRS= cam msdosfs net netatalk netatm netinet netipx netkey netns nfs \
@@ -88,6 +90,9 @@ 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
OpenPOWER on IntegriCloud