PERFORCE change 42871 for review
Robert Watson
rwatson at FreeBSD.org
Thu Nov 20 19:22:25 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=42871
Change 42871 by rwatson at rwatson_powerbook on 2003/11/20 19:21:57
Clean, install targets.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/sebsd_cmds/checkpolicy/Makefile#3 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/sebsd_cmds/checkpolicy/Makefile#3 (text+ko) ====
@@ -15,3 +15,9 @@
CFLAGS += -I$(DARWIN)/security/sebsd/ss
YFLAGS += -d
+
+install:
+ install -m 0755 -o root -g wheel checkpolicy /sbin
+
+clean:
+ rm -f $(OBJS) policy_parse.h checkpolicy
More information about the p4-projects
mailing list