Source-Changes-HG archive

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

[src/netbsd-1-6]: src/usr.bin/apropos Pull up revision 1.10 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/0a1f3dff033d
branches:  netbsd-1-6
changeset: 529280:0a1f3dff033d
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 19:49:20 2002 +0000

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

diffstat:

 usr.bin/apropos/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 30bf4b79c148 -r 0a1f3dff033d usr.bin/apropos/Makefile
--- a/usr.bin/apropos/Makefile  Sun Nov 03 19:47:19 2002 +0000
+++ b/usr.bin/apropos/Makefile  Sun Nov 03 19:49:20 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.9 2002/03/08 20:23:10 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.9.2.1 2002/11/03 19:49:20 he Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  apropos
-SRCS=  apropos.c config.c
+SRCS=  apropos.c manconf.c
 .PATH: ${.CURDIR}/../man
 CPPFLAGS+=-I${.CURDIR}/..
 



Home | Main Index | Thread Index | Old Index