summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-01 08:45:44 +0000
committerpeter <peter@FreeBSD.org>1999-01-01 08:45:44 +0000
commit7766c8cbe4ca6e8d78a3f6e26f59a6a47ace4038 (patch)
treeeb05f0227c874e2ce1f8f0302ba5561716058293 /Makefile.inc1
parent56b4a2fa96ef823c0127976937ca06734834be4d (diff)
downloadFreeBSD-src-7766c8cbe4ca6e8d78a3f6e26f59a6a47ace4038.zip
FreeBSD-src-7766c8cbe4ca6e8d78a3f6e26f59a6a47ace4038.tar.gz
Reconnect pcvt hooks..
Reviewed by: core
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b0ddc749..1669bff 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.52 1998/12/30 11:26:24 bde Exp $
+# $Id: Makefile.inc1,v 1.53 1998/12/30 12:06:07 bde Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -718,7 +718,8 @@ libraries:
lib/libmytinfo lib/libncurses lib/libtermcap \
lib/libradius lib/libskey lib/libtacplus \
${_secure_lib} ${_kerberosIV_lib} \
- gnu/lib gnu/usr.bin/cc/libgcc ${_libperl} lib usr.bin/lex/lib
+ gnu/lib gnu/usr.bin/cc/libgcc ${_libperl} lib usr.bin/lex/lib \
+ usr.sbin/pcvt/keycap
.if exists(${.CURDIR}/${_lib})
cd ${.CURDIR}/${_lib}; ${MAKE} all; ${MAKE} -B install
.endif
@@ -908,6 +909,8 @@ legacy-install:
${MAKE} -B -DNOMAN -DNOINFO install
cd ${.CURDIR}/usr.bin/lex/lib; \
${MAKE} -B -DNOMAN -DNOINFO install
+ cd ${.CURDIR}/usr.sbin/pcvt/keycap; \
+ ${MAKE} -B -DNOMAN -DNOINFO install
.if exists(${.CURDIR}/secure/lib) && !defined(NOCRYPT) && !defined(NOSECURE)
cd ${.CURDIR}/secure/lib; ${MAKE} -B -DNOMAN -DNOINFO install
.endif
OpenPOWER on IntegriCloud