Source-Changes-HG archive

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

[src/netbsd-1-6]: src Pull up revision 1.7 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/6bf24b7fb312
branches:  netbsd-1-6
changeset: 529281:6bf24b7fb312
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 19:50:27 2002 +0000

description:
Pull up revision 1.7 (requested by he):
  Make these compile again, after the changes in ticket #787.

diffstat:

 usr.bin/whatis/Makefile  |  4 ++--
 usr.sbin/catman/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 0a1f3dff033d -r 6bf24b7fb312 usr.bin/whatis/Makefile
--- a/usr.bin/whatis/Makefile   Sun Nov 03 19:49:20 2002 +0000
+++ b/usr.bin/whatis/Makefile   Sun Nov 03 19:50:27 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.6 2002/03/08 20:23:11 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.6.2.1 2002/11/03 19:50:27 he Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  whatis
-SRCS=  whatis.c config.c
+SRCS=  whatis.c manconf.c
 .PATH: ${.CURDIR}/../man
 CPPFLAGS+=-I${.CURDIR}/..
 
diff -r 0a1f3dff033d -r 6bf24b7fb312 usr.sbin/catman/Makefile
--- a/usr.sbin/catman/Makefile  Sun Nov 03 19:49:20 2002 +0000
+++ b/usr.sbin/catman/Makefile  Sun Nov 03 19:50:27 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.6 1999/04/04 16:50:47 dante Exp $
+#      $NetBSD: Makefile,v 1.6.10.1 2002/11/03 19:51:47 he Exp $
 
 BINDIR=                /usr/sbin
 PROG=          catman
-SRCS=          config.c catman.c
+SRCS=          catman.c manconf.c
 MAN=           catman.8
 .PATH:         ${.CURDIR}/../../usr.bin/man
 CPPFLAGS+=-I${.CURDIR}/../../usr.bin/man



Home | Main Index | Thread Index | Old Index