PERFORCE change 97369 for review

Todd Miller millert at FreeBSD.org
Wed May 17 19:13:11 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97369

Change 97369 by millert at 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)
 


More information about the trustedbsd-cvs mailing list