Date: Fri, 16 Feb 2007 18:05:13 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 114637 for review Message-ID: <200702161805.l1GI5DFt067264@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114637 Change 114637 by millert@millert_p4 on 2007/02/16 18:04:27 Sync with SEBSD contrib Affected files ... .. //depot/projects/trustedbsd/sebsd/usr.bin/checkmodule/Makefile#2 edit .. //depot/projects/trustedbsd/sebsd/usr.bin/checkpolicy/Makefile#3 edit Differences ... ==== //depot/projects/trustedbsd/sebsd/usr.bin/checkmodule/Makefile#2 (text+ko) ==== @@ -4,7 +4,8 @@ PROG= checkmodule MAN= -SRCS= policy_scan.l policy_parse.y checkmodule.c queue.c module_compiler.c +SRCS= policy_scan.l policy_parse.y checkmodule.c queue.c module_compiler.c \ + parse_util.c CFLAGS+=-I${.CURDIR}/../../contrib/sebsd/checkpolicy CFLAGS+=-I${.CURDIR}/../../contrib/sebsd/libsepol/include CFLAGS+=-I${.CURDIR}/../../sys ==== //depot/projects/trustedbsd/sebsd/usr.bin/checkpolicy/Makefile#3 (text+ko) ==== @@ -4,7 +4,8 @@ PROG= checkpolicy MAN= -SRCS= policy_scan.l policy_parse.y checkpolicy.c queue.c module_compiler.c +SRCS= policy_scan.l policy_parse.y checkpolicy.c queue.c module_compiler.c \ + parse_util.c CFLAGS+=-I${.CURDIR}/../../contrib/sebsd/checkpolicy CFLAGS+=-I${.CURDIR}/../../contrib/sebsd/libsepol/include CFLAGS+=-I${.CURDIR}/../../sys
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702161805.l1GI5DFt067264>