From 4be854757babb2aeff0ea3096d3f12a148c4a7ee Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 19 May 2001 09:29:12 +0000 Subject: [PATCH] Back out previous commit. digiio.h has moved to /usr/include/sys --- etc/mtree/BSD.include.dist | 2 -- include/Makefile | 8 +------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index e4dc7d22dfa..2f6eeead1c5 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 1ebe8fd0689..3ad3a6aecfe 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 \