PERFORCE change 30809 for review
Chris Vance
cvance at FreeBSD.org
Thu May 8 18:24:43 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=30809
Change 30809 by cvance at cvance_demo on 2003/05/08 11:24:00
Don't create symlinks for directories under sys/security/sebsd,
or the makefile will rm -rf the source directories and overlay
symlinks (ouch).
Affected files ...
.. //depot/projects/trustedbsd/sebsd/include/Makefile#3 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/include/Makefile#3 (text+ko) ====
@@ -44,7 +44,7 @@
# For SHARED=symlinks, cam, netatm, and netgraph are symlinks, so cam/scsi,
# netatm/*, and netgraph/* are taken care of
-LSYMSUBDIRS= ${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/*}
+LSYMSUBDIRS= ${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/*:Nsecurity/sebsd/avc:Nsecurity/sebsd/ss}
# Define SHARED to indicate whether you want symbolic links to the system
# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
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