14 lines
319 B
Makefile
14 lines
319 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/04/07 16:28:40 christos 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 tyname.c
|
|
LINTFLAGS= -abehrz
|
|
WFORMAT=1 # hopeless
|
|
BINDIR= /usr/libexec
|
|
CPPFLAGS+= -DPASS=\"${PROG}.h\" -I${.CURDIR}
|
|
|
|
.include <bsd.prog.mk>
|