diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-05-19 09:29:12 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-05-19 09:29:12 +0000 |
| commit | 4be854757babb2aeff0ea3096d3f12a148c4a7ee (patch) | |
| tree | 3b23b721d9397f0a77d9f094086adc2217975def | |
| parent | 343ae1c099d7928f5c3a1ef918f8e95f6a360117 (diff) | |
Notes
| -rw-r--r-- | etc/mtree/BSD.include.dist | 2 | ||||
| -rw-r--r-- | include/Makefile | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index e4dc7d22dfa3f..2f6eeead1c59e 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -12,8 +12,6 @@ .. .. dev - digi - .. ppbus .. usb diff --git a/include/Makefile b/include/Makefile index 1ebe8fd068950..3ad3a6aecfef2 100644 --- a/include/Makefile +++ b/include/Makefile @@ -35,7 +35,6 @@ PFILES= mqueue.h sched.h semaphore.h # aio.h # Only for default SHARED=copies case SFILES= soundcard.h joystick.h -DEVFILES= digi/digiio.h LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \ termios.h ucontext.h @@ -50,7 +49,7 @@ LSUBDIRS= fs/smbfs isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs \ # For SHARED=symlinks, cam is a symlink, so cam/scsi is taken care of LSYMSUBDIRS= fs/smbfs isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs \ - dev/digi dev/ppbus dev/usb dev/wi + dev/ppbus dev/usb dev/wi # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is @@ -111,11 +110,6 @@ copies: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \ ${DESTDIR}/usr/include/$i .endfor -.for i in ${DEVFILES} - cd ${.CURDIR}/../sys/dev; \ - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i \ - ${DESTDIR}/usr/include/dev/$i -.endfor .if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include) cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ |
