Install LOMAC public headers.

Sponsored by:	DARPA, NAI Labs (CBOSS project)
This commit is contained in:
Brian Feldman 2001-11-19 05:10:50 +00:00
parent b13c2e209e
commit 3d383bb3f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86574

View File

@ -119,6 +119,11 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}/usr/include/netinet
.endif
.if exists(${.CURDIR}/../sys/contrib/lomac)
cd ${.CURDIR}/../sys/contrib/lomac; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 lomac.h \
lomacio.h ${DESTDIR}/usr/include/sys
.endif
.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include)
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \