summaryrefslogtreecommitdiff
path: root/sys/dev/dec
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2001-05-03 05:26:08 +0000
committermatt <matt@NetBSD.org>2001-05-03 05:26:08 +0000
commit893ab0ad394c4e43cd71e27a73c22e7b97367285 (patch)
tree1de282f69bbb7b6ecd8290ac9e522c23095a3e6e /sys/dev/dec
parent1d9ed205f2fbee379fffdb230c8ff57a5658a7fd (diff)
export dec_boot.h
Diffstat (limited to 'sys/dev/dec')
-rw-r--r--sys/dev/dec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dec/Makefile b/sys/dev/dec/Makefile
index c096ebafead..05b2c133e0a 100644
--- a/sys/dev/dec/Makefile
+++ b/sys/dev/dec/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2001/04/11 07:42:31 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2001/05/03 05:26:08 matt Exp $
INCSDIR= /usr/include/dev/dec
# Only install includes which are used by userland
-INCS= lk201.h
+INCS= lk201.h dec_boot.h
.include <bsd.kinc.mk>