Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Add and enable a new module, slcompress



details:   https://anonhg.NetBSD.org/src/rev/996de8e90cca
branches:  trunk
changeset: 346841:996de8e90cca
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Aug 04 23:53:47 2016 +0000

description:
Add and enable a new module, slcompress

This is a prerequisite to modularizing the ppp pseudo-device

diffstat:

 sys/modules/Makefile            |   3 ++-
 sys/modules/slcompress/Makefile |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r f6cceed060b5 -r 996de8e90cca sys/modules/Makefile
--- a/sys/modules/Makefile      Thu Aug 04 22:12:31 2016 +0000
+++ b/sys/modules/Makefile      Thu Aug 04 23:53:47 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.167 2016/06/09 04:44:18 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.168 2016/08/04 23:53:47 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -93,6 +93,7 @@
 SUBDIR+=       secmodel_overlay
 SUBDIR+=       securelevel
 SUBDIR+=       skipjack
+SUBDIR+=       slcompress
 SUBDIR+=       smbfs
 SUBDIR+=       spdmem
 SUBDIR+=       sysmon
diff -r f6cceed060b5 -r 996de8e90cca sys/modules/slcompress/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/slcompress/Makefile   Thu Aug 04 23:53:47 2016 +0000
@@ -0,0 +1,12 @@
+#      $NetBSD: Makefile,v 1.1 2016/08/04 23:53:47 pgoyette Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/net
+
+KMOD=  slcompress
+SRCS=  slcompress.c
+
+CPPFLAGS+=     -DINET
+
+.include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index