aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1997-05-10 12:49:30 +0000
committerDavid Nugent <davidn@FreeBSD.org>1997-05-10 12:49:30 +0000
commit3564cb62c8c4ccf1c54d34276d48133398fec3c7 (patch)
tree16fbdad13ba0f14c53db44a126a2acfa34e374e9 /lib/libutil/Makefile
parent28d90c30ee643acd5b38cdca5042e985d50fe568 (diff)
Notes
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 4a0a3f3afe6f1..de882b032a7e1 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -29,5 +29,7 @@ MLINKS+=uucplock.3 uu_lock.3 uucplock.3 uu_unlock.3 uucplock.3 uu_lockerr.3
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/libutil.h \
${DESTDIR}/usr/include
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/login_cap.h \
+ ${DESTDIR}/usr/include
.include <bsd.lib.mk>