PERFORCE change 42850 for review

Robert Watson rwatson at FreeBSD.org
Thu Nov 20 23:02:55 GMT 2003


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

Change 42850 by rwatson at rwatson_powerbook on 2003/11/20 15:02:18

	Separate install, install-headers targets.  Add a clean target.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/libsebsd/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/libsebsd/Makefile#3 (text+ko) ====

@@ -17,7 +17,10 @@
 HDIR = /usr/include/security/sebsd
 HEADERS = $(HDIR)/sebsd.h $(HDIR)/sebsd_ss.h $(HDIR)/flask_types.h $(HDIR)/linux-compat.h $(HDIR)/sebsd_context.h $(HDIR)/sebsd_proc.h $(HDIR)/sebsd_fs.h $(HDIR)/flask.h $(HDIR)/sebsd_syscalls.h
 
-install: $(HDIR) $(HEADERS)
+install-headers: $(HDIR) $(HEADERS)
+
+install:
+	install -m 444 -o root -g wheel libsebsd.a /usr/lib
 
 $(HDIR):
 	mkdir -p $(HDIR)
@@ -28,3 +31,5 @@
 $(HDIR)/%.h: $(EXPORT_HDRS)/security/sebsd/%.h
 	cp $< $@
 
+clean:
+	rm -f $(OBJS)
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