27 lines
1.3 KiB
Makefile
27 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2001/02/25 16:15:07 ad Exp $
|
|
|
|
INCSDIR= /usr/include/dev/ic
|
|
|
|
INCS= ad1848reg.h ahareg.h ahavar.h aic6360reg.h aic6360var.h \
|
|
aic77xxreg.h aic77xxvar.h aic7xxxvar.h am7930reg.h am7990reg.h \
|
|
am7990var.h bhareg.h bhavar.h bt431reg.h bt459reg.h \
|
|
bt463reg.h bt485reg.h bt8xx.h cacreg.h cacvar.h cd1190reg.h \
|
|
cd1400reg.h comreg.h comvar.h cs4231reg.h cyreg.h \
|
|
cyvar.h dc21040reg.h dl10019reg.h dp8390reg.h dp8390var.h dptreg.h \
|
|
dptvar.h ds.h elink3reg.h elink3var.h hayespreg.h i8042reg.h \
|
|
i82365reg.h i82365var.h i8237reg.h i8253reg.h i82586reg.h i82586var.h \
|
|
i82595reg.h ics2101reg.h ims332reg.h intersil7170.h interwavereg.h \
|
|
interwavevar.h ispmbox.h ispreg.h ispvar.h lemacreg.h lemacvar.h \
|
|
lptreg.h lptvar.h mb86960reg.h mb86960var.h mc146818reg.h \
|
|
mc68450reg.h mc6845reg.h midwayreg.h midwayvar.h mlxio.h mlxreg.h \
|
|
ncr5380reg.h ncr5380var.h ncr53c400reg.h ncr53c9xreg.h ncr53c9xvar.h \
|
|
ne2000reg.h ne2000var.h \
|
|
nec765reg.h ns16450reg.h ns16550reg.h opl3sa3reg.h pcdisplay.h \
|
|
pcdisplayvar.h pckbcvar.h pdqreg.h pdqvar.h rrunnerreg.h rrunnervar.h \
|
|
smc83c170reg.h smc83c170var.h smc90cx6reg.h smc91cxxreg.h \
|
|
smc91cxxvar.h smc93cx6var.h st16650reg.h tms320av110reg.h \
|
|
tms320av110var.h uhareg.h uhavar.h vgareg.h vgavar.h wdcreg.h \
|
|
wdcvar.h z8530reg.h z8530sc.h
|
|
|
|
.include <bsd.kinc.mk>
|