NetBSD/usr.bin/xlint/lint2/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>