Source-Changes archive

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

Re: CVS commit: src/sys/modules (ppp compression stuff)



Quentin Garnier <cube%netbsd.org@localhost> typed:
: Module Name:  src
: Committed By: cube
: Date:         Tue Nov 25 02:42:35 UTC 2008
:
: Added Files:
:       src/sys/modules/ppp_bsdcomp: Makefile
:       src/sys/modules/ppp_deflate: Makefile
:
: Log Message:
: Build and install the PPP compressors modules deflate and bsdcomp.

Only works if you modify sys/modules/Makefile too :-)

Regards,
Geoff

Index: sys/modules/Makefile
===================================================================
RCS file: /cvsroot/src/sys/modules/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- sys/modules/Makefile        24 Nov 2008 11:26:49 -0000      1.18
+++ sys/modules/Makefile        25 Nov 2008 04:16:09 -0000
@@ -31,6 +31,8 @@
 SUBDIR+=       null
 SUBDIR+=       overlay
 SUBDIR+=       portal
+SUBDIR+=       ppp_bsdcomp
+SUBDIR+=       ppp_deflate
 SUBDIR+=       procfs
 SUBDIR+=       ptyfs
 SUBDIR+=       puffs


Home | Main Index | Thread Index | Old Index