Add usr.sbin/pcvt/keycap to libraries: target.

This commit is contained in:
Rodney W. Grimes 1995-05-06 03:59:58 +00:00
parent b83d7daff4
commit 361b945d4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8304

View File

@ -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 "--------------------------------------------------------------"