summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-11-19 05:10:50 +0000
committergreen <green@FreeBSD.org>2001-11-19 05:10:50 +0000
commitdc8e2b758472a554aa634cfa6158dc806e290d4a (patch)
tree7607b1f2351ae5276360ea4ae0d0ef3879496f71 /include/Makefile
parent08da8e602d7ac75dd5ba7a11f3b9acfe523f4798 (diff)
downloadFreeBSD-src-dc8e2b758472a554aa634cfa6158dc806e290d4a.zip
FreeBSD-src-dc8e2b758472a554aa634cfa6158dc806e290d4a.tar.gz
Install LOMAC public headers.
Sponsored by: DARPA, NAI Labs (CBOSS project)
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index f5010c8..ba000e1 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -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 \
OpenPOWER on IntegriCloud