Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2005 19:47:45 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 83037 for review
Message-ID:  <200509021947.j82Jljxa074588@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=83037

Change 83037 by jhb@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509021947.j82Jljxa074588>