diff options
author | tjr <tjr@FreeBSD.org> | 2002-05-02 07:54:04 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-05-02 07:54:04 +0000 |
commit | 21121500220ec5639417801d6413e7b61dcccecc (patch) | |
tree | 5c51cb90790b2f09f698f4fc08b8950b2a88b074 /usr.bin/csplit | |
parent | a776e9e8c8d558bdef2f2fba14807dc3231ee61a (diff) | |
download | FreeBSD-src-21121500220ec5639417801d6413e7b61dcccecc.zip FreeBSD-src-21121500220ec5639417801d6413e7b61dcccecc.tar.gz |
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
Diffstat (limited to 'usr.bin/csplit')
-rw-r--r-- | usr.bin/csplit/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/csplit/Makefile b/usr.bin/csplit/Makefile new file mode 100644 index 0000000..3f370c7 --- /dev/null +++ b/usr.bin/csplit/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +PROG= csplit + +.include <bsd.prog.mk> |