Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Add cgdvar.h to the list of files installed.



details:   https://anonhg.NetBSD.org/src/rev/7519b6ec0840
branches:  trunk
changeset: 537686:7519b6ec0840
user:      elric <elric%NetBSD.org@localhost>
date:      Fri Oct 04 18:33:03 2002 +0000

description:
Add cgdvar.h to the list of files installed.

diffstat:

 sys/dev/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b941d4cd73db -r 7519b6ec0840 sys/dev/Makefile
--- a/sys/dev/Makefile  Fri Oct 04 18:28:24 2002 +0000
+++ b/sys/dev/Makefile  Fri Oct 04 18:33:03 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2002/06/28 23:27:14 thorpej Exp $
+#      $NetBSD: Makefile,v 1.12 2002/10/04 18:33:03 elric Exp $
 
 SUBDIR=        ata dec hpc i2o ic ir isa ofw pci pckbc pcmcia raidframe \
        sbus scsipi sun tc usb vme wscons 
@@ -7,6 +7,6 @@
 INCSDIR= /usr/include/dev
 
 # Only install includes which are used by userland
-INCS=  ccdvar.h kttcpio.h md.h vndvar.h
+INCS=  ccdvar.h cgdvar.h kttcpio.h md.h vndvar.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index