Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2003 06:50:23 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42890 for review
Message-ID:  <200311211450.hALEoNXj085182@repoman.freebsd.org>

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

Change 42890 by rwatson@rwatson_powerbook on 2003/11/21 06:49:53

	Include an "install" target to propagate the policy file
	to the kernel build.  As the bootstrap_instructions indicate,
	this should be temporary.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/policy/Makefile#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/policy/Makefile#5 (text+ko) ====

@@ -27,6 +27,9 @@
 bininclude: bininclude.C
 	gcc -o $@ $<
 
+install:
+	cp policy.h ../apsl/xnu/security/sebsd/sebsd_policy.h
+
 clean:
 	rm -f bininclude policy.16 policy.conf  policy.h rules.m4 fc.out \
 	    genfs



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