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