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:
Tim J. Robbins 2002-05-02 07:54:04 +00:00
parent ea9e961cb2
commit c459e06c78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95927

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

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