Home | History | Annotate | Line # | Download | only in csplit
Makefile revision 1.2
      1  1.2     lukem #	$NetBSD: Makefile,v 1.2 2007/10/05 07:27:42 lukem Exp $
      2  1.1  christos 
      3  1.2     lukem WARNS=	4
      4  1.1  christos PROG=	csplit
      5  1.1  christos 
      6  1.2     lukem DPADD+=	${LIBUTIL}
      7  1.2     lukem LDADD+=	-lutil
      8  1.2     lukem 
      9  1.1  christos .include <bsd.prog.mk>
     10