diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-04 15:44:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-04 15:44:44 +0000 |
| commit | df791b1e94ce90c6c4baf7b08e15b4c6d7629cfa (patch) | |
| tree | 8e2b55dc4cf31988ad97e0793d83c715b9ff4e53 | |
| parent | 978f5d6c5d21070ee9f31991246ffd699eec0000 (diff) | |
Notes
| -rw-r--r-- | include/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index 8b2e78b082e5..db759595b486 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 |
