Reconnect pcvt hooks..

Reviewed by:	core
This commit is contained in:
Peter Wemm 1999-01-01 08:45:44 +00:00
parent 5f809d76a3
commit cc85444017
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42223
3 changed files with 16 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
# $Id: BSD.usr.dist,v 1.142 1998/12/27 16:44:24 phk Exp $
# $Id: BSD.usr.dist,v 1.143 1998/12/30 09:50:43 dt Exp $
#
/set type=dir uname=root gname=wheel mode=0755
@ -647,6 +647,8 @@
misc
fonts
..
pcvtfonts
..
pkg_manage
..
..
@ -728,6 +730,12 @@
zh_CN.EUC
..
..
pcvt
Doc
..
Etc
..
..
perl
man
cat3 uname=man

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
# $Id: Makefile,v 1.142 1998/12/28 16:37:28 gpalmer Exp $
# $Id: Makefile,v 1.143 1998/12/30 09:38:36 phk Exp $
# XXX MISSING: mkproto
SUBDIR= IPXrouted \
@ -122,6 +122,7 @@ SUBDIR+=apm \
lptcontrol \
mixer \
mptable \
pcvt \
pnpinfo \
rndcontrol \
sgsc \