summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/keycap
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-17 12:38:42 +0000
committerbde <bde@FreeBSD.org>1997-12-17 12:38:42 +0000
commitb3974ccc447dc11b845e2cfb61d25b3002776143 (patch)
tree7879656a8ee5cb1b42db4cdb2b7fb711fc98e2b9 /usr.sbin/pcvt/keycap
parent50f2ef68064c400490cf2b01b3b812cb9cb362c9 (diff)
downloadFreeBSD-src-b3974ccc447dc11b845e2cfb61d25b3002776143.zip
FreeBSD-src-b3974ccc447dc11b845e2cfb61d25b3002776143.tar.gz
LIBOWN -> BINOWN, etc. There are no libraries here.
Diffstat (limited to 'usr.sbin/pcvt/keycap')
-rw-r--r--usr.sbin/pcvt/keycap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/pcvt/keycap/Makefile b/usr.sbin/pcvt/keycap/Makefile
index a39ee67..cc6767d 100644
--- a/usr.sbin/pcvt/keycap/Makefile
+++ b/usr.sbin/pcvt/keycap/Makefile
@@ -1,4 +1,3 @@
-
.if !exists(${.CURDIR}/../Makefile.inc)
error:
@echo
@@ -25,8 +24,8 @@ MAN5 = man5/keycap.${MAN5EXT}
#CLEANFILES+= keycap.0 man5/keycap.0
beforeinstall:
- ${INSTALL} -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
- ${.CURDIR}/${KEYCAPSRC} ${DESTDIR}${CAPPATH}
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+ ${.CURDIR}/${KEYCAPSRC} ${DESTDIR}${CAPPATH}
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud