Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/isa/pcvt/Util Don't built most of the PCVT uti...



details:   https://anonhg.NetBSD.org/src/rev/b487047a9e90
branches:  trunk
changeset: 473449:b487047a9e90
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 04 18:47:33 1999 +0000

description:
Don't built most of the PCVT utilities; they're not really useful anymore,
now that we're trying to deprecate PCVT.

XXX Leave the fonts and font editor for now.

diffstat:

 sys/arch/i386/isa/pcvt/Util/Makefile     |  15 +++++++++++++--
 sys/arch/i386/isa/pcvt/Util/Makefile.inc |   4 ++--
 2 files changed, 15 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 1c62d09e4eee -r b487047a9e90 sys/arch/i386/isa/pcvt/Util/Makefile
--- a/sys/arch/i386/isa/pcvt/Util/Makefile      Fri Jun 04 15:03:43 1999 +0000
+++ b/sys/arch/i386/isa/pcvt/Util/Makefile      Fri Jun 04 18:47:33 1999 +0000
@@ -1,5 +1,16 @@
-SUBDIR=        keycap cursor fontedit fonts kcon loadfont scon \
-               userkeys vttest ispcvt mcon
+#      $NetBSD: Makefile,v 1.9 1999/06/04 18:47:33 thorpej Exp $
+
+#SUBDIR=keycap
+#SUBDIR+=cursor
+SUBDIR+=fontedit
+SUBDIR+=fonts
+#SUBDIR+=kcon
+#SUBDIR+=loadfont
+#SUBDIR+=scon
+#SUBDIR+=userkeys
+SUBDIR+=vttest
+#SUBDIR+=ispcvt
+#SUBDIR+=mcon
 
 .if make(clean) || make(cleandir) || make(distclean) || make(obj)
 SUBDIR+=       vgaio kbdio set2061
diff -r 1c62d09e4eee -r b487047a9e90 sys/arch/i386/isa/pcvt/Util/Makefile.inc
--- a/sys/arch/i386/isa/pcvt/Util/Makefile.inc  Fri Jun 04 15:03:43 1999 +0000
+++ b/sys/arch/i386/isa/pcvt/Util/Makefile.inc  Fri Jun 04 18:47:33 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.10 1998/11/01 16:37:06 hubertf Exp $
+#      $NetBSD: Makefile.inc,v 1.11 1999/06/04 18:47:33 thorpej Exp $
 
 ECHO   ?=      echo
 
@@ -9,7 +9,7 @@
 
 INCDIR= ${DESTDIR}/usr/include/machine
 
-${PROG}: ${INCDIR}/pcvt_ioctl.h
+#${PROG}: ${INCDIR}/pcvt_ioctl.h
 
 MAN3EXT        =       3
 MAN4EXT        =       4



Home | Main Index | Thread Index | Old Index