Module Name: src
Committed By: uwe
Date: Sat Aug 15 14:22:54 UTC 2009
Modified Files:
src/sys/dev: Makefile
Log Message:
Add keylock.h to INCS so that it's actually installed (hi, marc!)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/Makefile
diff -u src/sys/dev/Makefile:1.28 src/sys/dev/Makefile:1.29
--- src/sys/dev/Makefile:1.28 Thu Nov 6 17:50:59 2008
+++ src/sys/dev/Makefile Sat Aug 15 14:22:54 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/11/06 17:50:59 cegger Exp $
+# $NetBSD: Makefile,v 1.29 2009/08/15 14:22:54 uwe Exp $
SUBDIR= apm ata bluetooth dec dmover hpc i2o ic ieee1394 ir isa microcode \
ofw pci pckbport pcmcia pud putter raidframe sbus scsipi sun \
@@ -7,6 +7,7 @@
INCSDIR= /usr/include/dev
# Only install includes which are used by userland
-INCS= biovar.h ccdvar.h cgdvar.h fssvar.h kttcpio.h lockstat.h md.h vndvar.h
+INCS= biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \
+ md.h vndvar.h
.include <bsd.kinc.mk>