freebsd-dev/usr.bin/csplit/Makefile
Tim J. Robbins c459e06c78 Add the csplit(1) utility, which splits files based on context, as specified
by SUSv3.

This Makefile got left out of the previous commit.

PR:             36191
Reviewed by:    mike
2002-05-02 07:54:04 +00:00

6 lines
50 B
Makefile

# $FreeBSD$
PROG= csplit
.include <bsd.prog.mk>