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