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