Makefile revision 1.12
1# $NetBSD: Makefile,v 1.12 2002/01/18 20:39:32 thorpej Exp $ 2 3PROG= lint2 4SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c 5NOMAN= # defined 6LINTFLAGS= -abehrz 7WFORMAT=1 # hopeless 8BINDIR= /usr/libexec 9 10.ifndef HOSTPROG 11.include <bsd.prog.mk> 12.endif 13 14