diff options
author | rsc <devnull@localhost> | 2005-01-11 20:57:41 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 20:57:41 +0000 |
commit | c70667367f0d720fd6ddc62041ba5fcf10dc7f4c (patch) | |
tree | 6e02f612afe640fb864ab820026bf552c6fb4458 /src/cmd/grep | |
parent | 1c096fa40aa3a74e0886b62f8686f294968a1130 (diff) | |
download | plan9port-c70667367f0d720fd6ddc62041ba5fcf10dc7f4c.tar.gz plan9port-c70667367f0d720fd6ddc62041ba5fcf10dc7f4c.tar.bz2 plan9port-c70667367f0d720fd6ddc62041ba5fcf10dc7f4c.zip |
get rid of the 9foo commands in favor of the 9 script
Diffstat (limited to 'src/cmd/grep')
-rw-r--r-- | src/cmd/grep/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/grep/mkfile b/src/cmd/grep/mkfile index aa240094..7c82c5a4 100644 --- a/src/cmd/grep/mkfile +++ b/src/cmd/grep/mkfile @@ -3,7 +3,7 @@ # Calling this grep breaks a LOT. Like egrep on Linux. # And probably configure. -TARG=9grep +TARG=grep HFILES=\ grep.h\ |