summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>2001-06-30 21:16:52 +0000
committertron <tron@NetBSD.org>2001-06-30 21:16:52 +0000
commit29dc8fc7e357c59c5eb7efef60d961eb27bcb565 (patch)
tree8b15c5dbf08c35a643d4361d35f97914b6d18bcb /sys/dev
parentcfbef2cdef11693c657ca94435402d2284969a42 (diff)
Install "dev/tc/sfbreg.h" which is required for building the Alpha X11
server.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/tc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/Makefile b/sys/dev/tc/Makefile
index dd707ca182e..3b2c5de317c 100644
--- a/sys/dev/tc/Makefile
+++ b/sys/dev/tc/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2001/05/16 13:48:52 ad Exp $
+# $NetBSD: Makefile,v 1.11 2001/06/30 21:16:52 tron 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= sticreg.h sticvar.h
+INCS= sfbreg.h sticreg.h sticvar.h
.include <bsd.kinc.mk>