summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2003-09-25 18:05:53 +0000
committerthorpej <thorpej@NetBSD.org>2003-09-25 18:05:53 +0000
commit1e3cfaaadc7dc1d6790ea4e150e9b0a5cc49b043 (patch)
treec7acb646645238f9cf30a432f7a4a13f1b165ac7 /sys/dev
parent70b9bb88c18103dc029d5f7e2aa39246c9d6f4f8 (diff)
Install twereg.h and tweio.h
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/Makefile b/sys/dev/pci/Makefile
index 5539056bd8a..d4ded109248 100644
--- a/sys/dev/pci/Makefile
+++ b/sys/dev/pci/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/09/13 21:52:30 thorpej Exp $
+# $NetBSD: Makefile,v 1.10 2003/09/25 18:05:53 thorpej Exp $
# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
@@ -7,6 +7,6 @@ INCSDIR= /usr/include/dev/pci
# Only install includes which are used by userland
INCS= if_lmc_types.h if_lmcioctl.h mlyio.h mlyreg.h \
pcidevs.h pcidevs_data.h pciio.h pcireg.h \
- tgareg.h
+ tgareg.h twereg.h tweio.h
.include <bsd.kinc.mk>