From bd0489873cb787d0917fb45a685918cd8af7b91c Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Tue, 20 Nov 2001 14:37:07 +0000 Subject: [PATCH] Install LOMAC includes from the new directory. --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile b/include/Makefile index ba000e1e5f3..98fef487718 100644 --- a/include/Makefile +++ b/include/Makefile @@ -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