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
This commit is contained in:
tjr 2002-05-02 07:54:04 +00:00
parent a776e9e8c8
commit 2112150022

5
usr.bin/csplit/Makefile Normal file
View File

@ -0,0 +1,5 @@
# $FreeBSD$
PROG= csplit
.include <bsd.prog.mk>