# $NetBSD: Makefile,v 1.2 2007/10/05 07:27:42 lukem Exp $
WARNS= 4
PROG= csplit
DPADD+= ${LIBUTIL}
LDADD+= -lutil
.include <bsd.prog.mk>