PERFORCE change 83037 for review

John Baldwin jhb at FreeBSD.org
Fri Sep 2 19:47:46 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=83037

Change 83037 by jhb at jhb_twclab on 2005/09/02 19:46:45

	Install test modules in /boot/modules.

Affected files ...

.. //depot/projects/smpng/sys/modules/crash/Makefile#2 edit
.. //depot/projects/smpng/sys/modules/evtest/Makefile#2 edit

Differences ...

==== //depot/projects/smpng/sys/modules/crash/Makefile#2 (text+ko) ====

@@ -2,5 +2,6 @@
 
 KMOD=	crash
 SRCS=	crash.c
+KMODDIR=/boot/modules
 
 .include <bsd.kmod.mk>

==== //depot/projects/smpng/sys/modules/evtest/Makefile#2 (text+ko) ====

@@ -2,5 +2,6 @@
 
 KMOD=	evtest
 SRCS=	evtest.c
+KMODDIR=/boot/modules
 
 .include <bsd.kmod.mk>


More information about the p4-projects mailing list