summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-06 03:59:58 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-06 03:59:58 +0000
commit819f195d030cbfddc0b8d24a3274f33d895fc7f8 (patch)
tree7dc9dfefcefeeba0c951df98f68947194d0c4628 /Makefile
parent3f92c42b372f465caab2ddae6bef754bed6d7c57 (diff)
downloadFreeBSD-src-819f195d030cbfddc0b8d24a3274f33d895fc7f8.zip
FreeBSD-src-819f195d030cbfddc0b8d24a3274f33d895fc7f8.tar.gz
Add usr.sbin/pcvt/keycap to libraries: target.
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