better way to handle lint.7
This commit is contained in:
parent
7ed7b1b9fd
commit
6fa36b3bb7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue