From c459e06c7876bf335ad02772071c08f8d92961e7 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Thu, 2 May 2002 07:54:04 +0000 Subject: [PATCH] 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 --- usr.bin/csplit/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 usr.bin/csplit/Makefile diff --git a/usr.bin/csplit/Makefile b/usr.bin/csplit/Makefile new file mode 100644 index 000000000000..3f370c7c4ad3 --- /dev/null +++ b/usr.bin/csplit/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +PROG= csplit + +.include