mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Install LOMAC includes from the new directory.
This commit is contained in:
parent
0a98bc0cfa
commit
bd0489873c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue