summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-12-08 07:22:42 +0000
committerobrien <obrien@FreeBSD.org>2003-12-08 07:22:42 +0000
commit4867d63660a56522f101639e5641133ac86d1636 (patch)
tree3e5accf15517d8da32000ee0191d592044a8e605 /include
parent063a9d177fd4a3e0074c73fd127ef4727ebe59fd (diff)
downloadFreeBSD-src-4867d63660a56522f101639e5641133ac86d1636.zip
FreeBSD-src-4867d63660a56522f101639e5641133ac86d1636.tar.gz
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
as these ioctl's aren't MD. This also means they are installed in /usr/include/dev/bktr now. Also provide compatability wrappers for where these headers lived in 4.x.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index a3c0a27..ea57676 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -31,8 +31,8 @@ LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
pccard posix4 sys vm
-LSUBDIRS= cam/scsi dev/an dev/firewire dev/ic dev/iicbus dev/ofw \
- dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
+LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
+ dev/ofw dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs isofs/cd9660 \
netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
@@ -100,11 +100,14 @@ copies:
done
.endif
.endfor
-.for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS}
+.for i in ${LDIRS} ${LSUBDIRS:Ndev/bktr} ${LSUBSUBDIRS}
cd ${.CURDIR}/../sys; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
${DESTDIR}${INCLUDEDIR}/$i
.endfor
+ cd ${.CURDIR}/../sys/dev/bktr; \
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ioctl_*.h \
+ ${DESTDIR}${INCLUDEDIR}/dev/bktr
cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}${INCLUDEDIR}/netinet
OpenPOWER on IntegriCloud