17 lines
324 B
Makefile
17 lines
324 B
Makefile
# $NetBSD: Makefile,v 1.10 2001/11/12 23:16:37 tv 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
|
|
|
|
.ifndef HOSTPROG
|
|
.include <bsd.prog.mk>
|
|
.endif
|
|
|