summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-11-20 14:37:07 +0000
committergreen <green@FreeBSD.org>2001-11-20 14:37:07 +0000
commita29d7f0fbb6e4f8bb41e2bb11d13930547e9f8c0 (patch)
treee4306a4c35c6d4987626d02f332d669f3d12397b /include/Makefile
parent2ae562047abfcdc925b7eb9a57e755bf6cc10677 (diff)
downloadFreeBSD-src-a29d7f0fbb6e4f8bb41e2bb11d13930547e9f8c0.zip
FreeBSD-src-a29d7f0fbb6e4f8bb41e2bb11d13930547e9f8c0.tar.gz
Install LOMAC includes from the new directory.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index ba000e1..98fef48 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
OpenPOWER on IntegriCloud