Install LOMAC includes from the new directory.

This commit is contained in:
Brian Feldman 2001-11-20 14:37:07 +00:00
parent 0a98bc0cfa
commit bd0489873c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86667

View File

@ -119,8 +119,8 @@ 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; \
.if exists(${.CURDIR}/../sys/security/lomac)
cd ${.CURDIR}/../sys/security/lomac; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 lomac.h \
lomacio.h ${DESTDIR}/usr/include/sys
.endif