Home | History | Annotate | Line # | Download | only in error
Makefile revision 1.9
      1  1.3       jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.9  dholland #	$NetBSD: Makefile,v 1.9 2009/08/13 06:59:37 dholland 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