From 3d383bb3f6e64849ab5d95276f0ef7e5eea31794 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Mon, 19 Nov 2001 05:10:50 +0000 Subject: [PATCH] Install LOMAC public headers. Sponsored by: DARPA, NAI Labs (CBOSS project) --- include/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/Makefile b/include/Makefile index f5010c8f177b..ba000e1e5f3b 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 \