Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2005 18:31:19 GMT
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 77071 for review
Message-ID:  <200505161831.j4GIVJSF032410@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=77071

Change 77071 by areisse@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505161831.j4GIVJSF032410>