Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/lint1 better way to handle lint.7
details: https://anonhg.NetBSD.org/src/rev/1c4e4ef30b5d
branches: trunk
changeset: 494376:1c4e4ef30b5d
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 06 01:21:46 2000 +0000
description:
better way to handle lint.7
diffstat:
usr.bin/xlint/lint1/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 0caf3288b06f -r 1c4e4ef30b5d usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile Thu Jul 06 01:17:38 2000 +0000
+++ b/usr.bin/xlint/lint1/Makefile Thu Jul 06 01:21:46 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/07/06 01:11:23 christos Exp $
+# $NetBSD: Makefile,v 1.10 2000/07/06 01:21:46 christos Exp $
PROG= lint1
SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
@@ -14,7 +14,11 @@
scan.c: cgram.h
-lint.7: ${.OBJDIR}/${PROG}
+lint.7: ${PROG}
sh ${.CURDIR}/makeman ${.OBJDIR}/${PROG} -m > ${.TARGET}
+all: lint.7
+
+CLEANFILES+=${MAN}
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index