PERFORCE change 66203 for review
Andrew Reisse
areisse at FreeBSD.org
Wed Dec 1 19:57:19 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=66203
Change 66203 by areisse at areisse_tislabs on 2004/12/01 19:57:09
Install the header files from libsepol into /usr/include/sepol.
Also build the library by default.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/etc/mtree/BSD.include.dist#12 edit
.. //depot/projects/trustedbsd/sebsd/lib/Makefile#14 edit
.. //depot/projects/trustedbsd/sebsd/lib/libsepol/Makefile#2 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/etc/mtree/BSD.include.dist#12 (text+ko) ====
@@ -207,6 +207,8 @@
..
..
..
+ sepol
+ ..
sys
..
ufs
==== //depot/projects/trustedbsd/sebsd/lib/Makefile#14 (text+ko) ====
@@ -33,7 +33,7 @@
${_libpthread} ${_libsdp} ${_libsm} ${_libsmb} ${_libsmdb} \
${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \
libugidfw ${_libusbhid} ${_libvgl} libwrap libxpg4 liby libz ${_bind} \
- libsebsd
+ libsebsd libsepol
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
_csu=csu/${MACHINE_ARCH}-elf
==== //depot/projects/trustedbsd/sebsd/lib/libsepol/Makefile#2 (text+ko) ====
@@ -12,6 +12,8 @@
SRCS= avtab.c conditional.c ebitmap.c genbools.c hashtab.c mls.c policydb.c \
services.c sidtab.c symtab.c write.c
+INCSDIR=${INCLUDEDIR}/sepol
+
INCS= sepol/avtab.h sepol/conditional.h sepol/constraint.h sepol/context.h \
sepol/ebitmap.h sepol/flask.h sepol/flask_types.h sepol/hashtab.h \
sepol/mls.h sepol/mls_types.h sepol/policydb.h sepol/services.h \
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