mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Back out previous commit. digiio.h has moved to /usr/include/sys
This commit is contained in:
parent
343ae1c099
commit
4be854757b
2 changed files with 1 additions and 9 deletions
|
|
@ -12,8 +12,6 @@
|
|||
..
|
||||
..
|
||||
dev
|
||||
digi
|
||||
..
|
||||
ppbus
|
||||
..
|
||||
usb
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue