From 819f195d030cbfddc0b8d24a3274f33d895fc7f8 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sat, 6 May 1995 03:59:58 +0000 Subject: Add usr.sbin/pcvt/keycap to libraries: target. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 "--------------------------------------------------------------" -- cgit v1.1