PERFORCE change 78465 for review

Wayne Salamon wsalamon at FreeBSD.org
Sun Jun 12 21:27:53 GMT 2005


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

Change 78465 by wsalamon at rickenbacker on 2005/06/12 21:26:59

	Install libbsm.h to /usr/include/bsm, same as Solaris/Darwin.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/Makefile#7 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/Makefile#7 (text+ko) ====

@@ -24,7 +24,8 @@
 	bsm_user.c							\
 	bsm_wrappers.c
 
-INCS=	libbsm.h
+INCS=		libbsm.h
+INCSDIR=	${INCLUDEDIR}/${LIB}
 
 MAN=	libbsm.3							\
 	au_class.3							\
@@ -117,4 +118,7 @@
 	au_token.3 au_to_header64.3					\
 	au_token.3 au_to_trailer.3
 
+beforeinstall:
+	mkdir ${INCSDIR}
+
 .include <bsd.lib.mk>
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