PERFORCE change 77071 for review

Andrew Reisse areisse at FreeBSD.org
Mon May 16 18:31:19 GMT 2005


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

Change 77071 by areisse at areisse_ibook on 2005/05/16 18:30:43

	Support installation of include files into the export area.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libselinux/include/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libselinux/include/Makefile#2 (text+ko) ====

@@ -1,6 +1,8 @@
+include ../../../Makeconfig
+
 # Installation directories.
-PREFIX ?= $(DESTDIR)/usr
-INCDIR ?= $(PREFIX)/include/selinux
+PREFIX = $(DESTDIR)/usr
+INCDIR = $(PREFIX)/include/selinux
 
 install:
 	test -d $(INCDIR) || install -m 755 -d $(INCDIR)
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