better way to handle lint.7

This commit is contained in:
christos 2000-07-06 01:21:46 +00:00
parent 7ed7b1b9fd
commit 6fa36b3bb7
1 changed files with 6 additions and 2 deletions

View File

@ -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 @@ BINDIR= /usr/libexec
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>