Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Install filemon.h



details:   https://anonhg.NetBSD.org/src/rev/5b9f665efbd9
branches:  trunk
changeset: 779823:5b9f665efbd9
user:      sjg <sjg%NetBSD.org@localhost>
date:      Wed Jun 20 21:38:26 2012 +0000

description:
Install filemon.h

diffstat:

 sys/dev/Makefile         |  5 +++--
 sys/dev/filemon/Makefile |  8 ++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 3d358652c60f -r 5b9f665efbd9 sys/dev/Makefile
--- a/sys/dev/Makefile  Wed Jun 20 18:50:11 2012 +0000
+++ b/sys/dev/Makefile  Wed Jun 20 21:38:26 2012 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.34 2011/11/17 09:58:21 he Exp $
+#      $NetBSD: Makefile,v 1.35 2012/06/20 21:38:26 sjg Exp $
 
-SUBDIR=        apm ata bluetooth dec dm dmover dtv hpc i2c i2o ic ieee1394 ir isa \
+SUBDIR=        apm ata bluetooth dec dm dmover dtv filemon hpc \
+       i2c i2o ic ieee1394 ir isa \
        microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \
        sun tc usb vme wscons
 
diff -r 3d358652c60f -r 5b9f665efbd9 sys/dev/filemon/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/filemon/Makefile  Wed Jun 20 21:38:26 2012 +0000
@@ -0,0 +1,8 @@
+#      $NetBSD: Makefile,v 1.1 2012/06/20 21:38:26 sjg Exp $
+
+INCSDIR= /usr/include/dev/filemon
+
+# Only install includes which are used by userland
+INCS=  filemon.h
+
+.include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index