PERFORCE change 44210 for review
Robert Watson
rwatson at FreeBSD.org
Tue Dec 23 01:39:17 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=44210
Change 44210 by rwatson at rwatson_powerbook on 2003/12/22 17:38:47
Define one include per line, so that diffs make more sense and there
are fewer conflicts. Add sbuf.h.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/Makefile#5 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/Makefile#5 (text+ko) ====
@@ -3,7 +3,13 @@
dummy:
@echo Please following the directions in bootstrap_instructions.txt
-TBSDHEADERS=extattr.h mac.h mac_policy.h _label.h ucred.h
+TBSDHEADERS=\
+ _label.h \
+ extattr.h \
+ mac.h \
+ mac_policy.h \
+ sbuf.h \
+ ucred.h
SRC1=apsl/xnu/bsd/sys
DEST1=/usr/include/sys
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