summaryrefslogtreecommitdiffstats
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
parent56b4a2fa96ef823c0127976937ca06734834be4d (diff)
downloadFreeBSD-src-7766c8cbe4ca6e8d78a3f6e26f59a6a47ace4038.zip
FreeBSD-src-7766c8cbe4ca6e8d78a3f6e26f59a6a47ace4038.tar.gz
Reconnect pcvt hooks..
Reviewed by: core
-rw-r--r--Makefile.inc17
-rw-r--r--etc/mtree/BSD.usr.dist10
-rw-r--r--usr.sbin/Makefile3
3 files changed, 16 insertions, 4 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
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index f844c21..2259b46 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -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
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 0545319..395b901 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -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 \
OpenPOWER on IntegriCloud