Home | History | Annotate | Line # | Download | only in csplit
Makefile revision 1.3
      1  1.3     lukem #	$NetBSD: Makefile,v 1.3 2009/04/14 22:15:19 lukem Exp $
      2  1.1  christos 
      3  1.1  christos PROG=	csplit
      4  1.1  christos 
      5  1.2     lukem DPADD+=	${LIBUTIL}
      6  1.2     lukem LDADD+=	-lutil
      7  1.2     lukem 
      8  1.1  christos .include <bsd.prog.mk>
      9