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