NetBSD/usr.bin/xlint/lint2/Makefile

14 lines
291 B
Makefile

# $NetBSD: Makefile,v 1.7 2000/10/11 14:46:23 is Exp $
.PATH: ${.CURDIR}/../lint1
PROG= lint2
SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
MKMAN= no
CPPFLAGS+=-I${.CURDIR}/../lint1
LINTFLAGS=-abehrz
WFORMAT=1 # hopeless
BINDIR= /usr/libexec
.include <bsd.prog.mk>