Date: Wed, 17 May 2006 19:12:10 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97369 for review Message-ID: <200605171912.k4HJCAgG045165@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97369 Change 97369 by millert@millert_ibook on 2006/05/17 19:11:53 Missing change from last newrole update Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/programs/newrole/Makefile#5 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/programs/newrole/Makefile#5 (text+ko) ==== @@ -1,13 +1,22 @@ include ../../../Makeconfig +POLICYCOREUTILS=../../policycoreutils +VPATH = $(POLICYCOREUTILS)/newrole + PROG= newrole -MAN1= newrole.1 +MAN1= $(POLICYCOREUTILS)/newrole/newrole.1 OBJS= newrole.o -CFLAGS+= $(DARWIN_HDRS) -CFLAGS+= -I$(SOURCE_ROOT)/sedarwin -LDADD+= -L$(SOURCE_ROOT)/sedarwin/libselinux/src -lselinux $(LIBMAC) -lpam +CFLAGS+= -DPACKAGE="\"policycoreutils\"" -DVERSION="\"1.30\"" +CFLAGS+= -DUSE_PAM +CFLAGS+= -I$(EXPORT_HDRS)/bsd -idirafter $(EXPORT_HDRS)/osfmk +CFLAGS+= -I$(SOURCE_ROOT)/sedarwin/libselinux/include +LDADD+= -L$(SOURCE_ROOT)/sedarwin/libselinux/src +LDADD+= -L$(SOURCE_ROOT)/sedarwin/libsepol/src +LDADD+= -L$(SOURCE_ROOT)/sedarwin/libsecompat +LDADD+= -lselinux -lsepol -lsecompat -lsecompat $(LIBMAC) -lpam + all: $(PROG)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605171912.k4HJCAgG045165>