1 1.9 thorpej # $NetBSD: Makefile,v 1.9 2001/10/24 02:31:10 thorpej Exp $ 2 1.1 cgd 3 1.4 gwr .PATH: ${.CURDIR}/../lint1 4 1.1 cgd 5 1.9 thorpej .if !defined(XLINT_TARGET_PREFIX) 6 1.9 thorpej XLINT_TARGET_PREFIX= 7 1.9 thorpej .endif 8 1.9 thorpej 9 1.1 cgd PROG= lint2 10 1.9 thorpej PROGNAME=${XLINT_TARGET_PREFIX}${PROG} 11 1.1 cgd SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c 12 1.6 lukem MKMAN= no 13 1.5 lukem CPPFLAGS+=-I${.CURDIR}/../lint1 14 1.1 cgd LINTFLAGS=-abehrz 15 1.7 is WFORMAT=1 # hopeless 16 1.1 cgd BINDIR= /usr/libexec 17 1.1 cgd 18 1.8 tv .ifndef HOSTPROG 19 1.1 cgd .include <bsd.prog.mk> 20 1.8 tv .endif 21 1.8 tv 22