Put back all header files defining ioctls
This commit is contained in:
parent
182f49df00
commit
745ab257dc
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2001/04/11 07:42:31 jdolecek Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2001/04/11 19:07:39 jdolecek Exp $
|
||||
|
||||
SUBDIR= ata dec i2o ic pci pckbc pcmcia scsipi sun usb wscons
|
||||
SUBDIR= ata dec hpc i2o ic isa ofw pci pckbc pcmcia sbus scsipi sun tc \
|
||||
usb vme wscons
|
||||
|
||||
KDIR= /sys/dev
|
||||
INCSDIR= /usr/include/dev
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/10/12 19:50:09 bouyer Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2001/04/11 19:07:36 jdolecek Exp $
|
||||
|
||||
INCSDIR= /usr/include/dev/ata
|
||||
|
||||
INCS= atareg.h atavar.h wdvar.h
|
||||
# Only install includes which are used by userland
|
||||
INCS= atareg.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2001/04/11 19:07:36 jdolecek Exp $
|
||||
|
||||
INCSDIR= /usr/include/dev/hpc
|
||||
|
||||
# Only install includes which are used by userland
|
||||
INCS= hpcfbio.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
|
@ -0,0 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.7 2001/04/11 19:07:37 jdolecek Exp $
|
||||
|
||||
INCSDIR= /usr/include/dev/isa
|
||||
|
||||
# Only install includes which are used by userland
|
||||
INCS= satlinkio.h spkrio.h wtreg.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
|
@ -0,0 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.5 2001/04/11 19:07:37 jdolecek Exp $
|
||||
|
||||
INCSDIR= /usr/include/dev/ofw
|
||||
|
||||
# Only install includes which are used by userland
|
||||
INCS= openfirmio.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.5 2001/04/11 07:42:38 jdolecek Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2001/04/11 19:07:37 jdolecek Exp $
|
||||
|
||||
# use 'make -f Makefile.pcmciadevs' to make pcmciadevs.h and pcmciadevs_data.h
|
||||
|
||||
INCSDIR= /usr/include/dev/pcmcia
|
||||
|
||||
# Only install includes which are used by userland
|
||||
INCS= if_wi_ieee.h if_cnwioctl.h
|
||||
INCS= if_wi_ieee.h if_cnwioctl.h if_rayreg.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2001/04/11 19:07:37 jdolecek Exp $
|
||||
|
||||
INCSDIR= /usr/include/dev/sbus
|
||||
|
||||
# Only install includes which are used by userland
|
||||
INCS= mbppio.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2001/04/11 07:42:40 jdolecek Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2001/04/11 19:07:38 jdolecek Exp $
|
||||
|
||||
INCSDIR= /usr/include/dev/sun
|
||||
|
||||
# Only install includes which are used by userland
|
||||
INCS= disklabel.h
|
||||
INCS= disklabel.h fbio.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.9 2001/04/11 19:07:38 jdolecek Exp $
|
||||
|
||||
# use 'make -f Makefile.tcdevs' to make tcdevs.h and tcdevs_data.h
|
||||
|
||||
INCSDIR= /usr/include/dev/tc
|
||||
|
||||
# Only install includes which are used by userland
|
||||
INCS= sticvar.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
|
@ -1,9 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.3 2000/08/20 22:25:20 augustss Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2001/04/11 19:07:38 jdolecek Exp $
|
||||
|
||||
# use 'make -f Makefile.usbdevs' to make usbdevs.h and usbdevs_data.h
|
||||
|
||||
INCSDIR= /usr/include/dev/usb
|
||||
|
||||
INCS= usb.h usbcdc.h usbhid.h usbdevs.h
|
||||
# Only install includes which are used by userland
|
||||
INCS= urio.h usb.h usbhid.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2001/04/11 19:07:38 jdolecek Exp $
|
||||
|
||||
INCSDIR= /usr/include/dev/vme
|
||||
|
||||
# Only install includes which are used by userland
|
||||
INCS= xio.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
|
@ -1,6 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2000/10/20 05:32:47 simonb Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2001/04/11 19:07:38 jdolecek Exp $
|
||||
|
||||
INCSDIR= /usr/include/dev/wscons
|
||||
INCS= wsconsio.h wsdisplay_usl_io.h wsksymdef.h wsksymvar.h
|
||||
|
||||
# Only install includes which are used by userland
|
||||
INCS= wsconsio.h wsdisplay_usl_io.h wsksymdef.h wsksymdef.h wsksymvar.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
|
Loading…
Reference in New Issue