summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-05-10 02:22:20 -0400
committerRich Felker <dalias@aerifal.cx>2012-05-10 02:22:20 -0400
commit66c3fa5e8e3f32f6d04f4a78ed93d251731baa9c (patch)
tree29d54dffc0e32ed3c40993a72fc741e500dc46a0 /Makefile
parent477e8958862418acdb2cc302976964ec9fc48172 (diff)
downloadnoxcuse-66c3fa5e8e3f32f6d04f4a78ed93d251731baa9c.tar.gz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/%)