Home | History | Annotate | Line # | Download | only in csplit
Makefile revision 1.1.8.1
      1  1.1.8.1      matt #	$NetBSD: Makefile,v 1.1.8.1 2007/11/06 23:35:43 matt Exp $
      2      1.1  christos 
      3  1.1.8.1      matt WARNS=	4
      4      1.1  christos PROG=	csplit
      5      1.1  christos 
      6  1.1.8.1      matt DPADD+=	${LIBUTIL}
      7  1.1.8.1      matt LDADD+=	-lutil
      8  1.1.8.1      matt 
      9      1.1  christos .include <bsd.prog.mk>
     10