a15f368b9d
No Minix-specific changes needed. Change-Id: Id5d5deb380208ba9fccf404eab5128f8d892c255
8 lines
131 B
Makefile
8 lines
131 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/04/14 22:15:19 lukem Exp $
|
|
|
|
PROG= csplit
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
LDADD+= -lutil
|
|
|
|
.include <bsd.prog.mk>
|