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/man Pull up revision 1.8 (requested by thorpej ...
details: https://anonhg.NetBSD.org/src/rev/46f87845319f
branches: netbsd-1-6
changeset: 529249:46f87845319f
user: he <he%NetBSD.org@localhost>
date: Sun Nov 03 13:48:19 2002 +0000
description:
Pull up revision 1.8 (requested by thorpej in ticket #787):
Rename man/config.{c,h} to man/manconf.{c,h}, so we do not
have to worry about problems including "config.h" when
building as a host tool.
diffstat:
usr.bin/man/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 5ae22c76aac7 -r 46f87845319f usr.bin/man/Makefile
--- a/usr.bin/man/Makefile Sun Nov 03 13:47:55 2002 +0000
+++ b/usr.bin/man/Makefile Sun Nov 03 13:48:19 2002 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2000/10/11 14:46:13 is Exp $
+# $NetBSD: Makefile,v 1.7.2.1 2002/11/03 13:48:19 he Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= man
-SRCS= config.c man.c
+SRCS= man.c manconf.c
MAN= man.1 man.conf.5
WFORMAT=1
Home |
Main Index |
Thread Index |
Old Index