PERFORCE change 42038 for review

Robert Watson rwatson at FreeBSD.org
Tue Nov 11 21:39:44 GMT 2003


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

Change 42038 by rwatson at rwatson_tislabs on 2003/11/11 13:39:38

	Integ mac_stub Makefile loopback.

Affected files ...

.. //depot/projects/trustedbsd/base/sys/modules/mac_stub/Makefile#2 integrate

Differences ...

==== //depot/projects/trustedbsd/base/sys/modules/mac_stub/Makefile#2 (text+ko) ====

@@ -1,9 +1,9 @@
-# $FreeBSD: src/sys/modules/mac_stub/Makefile,v 1.3 2003/08/21 15:43:01 rwatson Exp $
+# $FreeBSD: src/sys/modules/mac_stub/Makefile,v 1.4 2003/11/11 21:23:54 rwatson Exp $
 
-.PATH: ${.CURDIR}/../../security/mac_none
+.PATH: ${.CURDIR}/../../security/mac_stub
 
-KMOD=	mac_none
+KMOD=	mac_stub
 SRCS=	vnode_if.h \
-	mac_none.c
+	mac_stub.c
 
 .include <bsd.kmod.mk>
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list