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