Home | History | Annotate | Line # | Download | only in error
Makefile revision 1.6
      1  1.3    jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.6  lukem #	$NetBSD: Makefile,v 1.6 2007/10/05 07:27:42 lukem Exp $
      3  1.1    cgd 
      4  1.1    cgd PROG=	error
      5  1.1    cgd SRCS=	main.c input.c pi.c subr.c filter.c touch.c
      6  1.5  peter 
      7  1.6  lukem DPADD+=	${LIBUTIL}
      8  1.6  lukem LDADD+=	-lutil
      9  1.6  lukem 
     10  1.1    cgd .include <bsd.prog.mk>
     11