summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-05-02 07:46:36 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-05-02 07:46:36 +0000
commitea9e961cb23fd770c88bc03a91521c39d9e23006 (patch)
tree822fd736aca3af296a2f6598a4177379f6883ad5 /usr.bin/Makefile
parentc3bdc05fb9674492e05a4eab6877411f8320b363 (diff)
downloadsrc-test-ea9e961cb23fd770c88bc03a91521c39d9e23006.tar.gz
src-test-ea9e961cb23fd770c88bc03a91521c39d9e23006.zip
Add the csplit(1) utility, which splits files based on context, as specified
by SUSv3. PR: 36191 Reviewed by: mike
Notes
Notes: svn path=/head/; revision=95926
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 6178ece5c2a24..d293aefc5a2af 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -32,6 +32,7 @@ SUBDIR= apply \
comm \
compile_et \
compress \
+ csplit \
ctags \
cut \
dirname \