From 66c3fa5e8e3f32f6d04f4a78ed93d251731baa9c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 10 May 2012 02:22:20 -0400 Subject: add grep utility this should conform to POSIX 2008. -i does not work with -F, but it's not clear to me that it's intended/required to. todo list: make -i work with -F, and add the nonstandard by highly desirable -r option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 259f782..fedc7a2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LDFLAGS = -s -include config.mak -B = cat true false pwd +B = cat true false pwd grep UB = strings basename dirname link wc fold iconv ALL = $(B:%=bin/%) $(UB:%=bin/%) -- cgit v1.2.1