826a14607a
there's no need to special-case .include-ing it.
13 lines
262 B
Makefile
13 lines
262 B
Makefile
# $NetBSD: Makefile,v 1.15 2003/05/18 07:57:38 lukem Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= lint2
|
|
SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c \
|
|
inittyp.c
|
|
LINTFLAGS= -abehrz
|
|
WFORMAT=1 # hopeless
|
|
BINDIR= /usr/libexec
|
|
|
|
.include <bsd.prog.mk>
|