summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c9df0d..0e2a823 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.53 1995/04/27 11:25:48 jkh Exp $
+# $Id: Makefile,v 1.54 1995/05/05 18:00:30 rgrimes Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -290,6 +290,10 @@ libraries:
cd ${.CURDIR}/eBones/krb && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.endif
+.if exists(usr.sbin/pcvt/keycap)
+ cd ${.CURDIR}/usr.sbin/pcvt/keycap && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
+.endif
tools:
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud