diff options
author | phk <phk@FreeBSD.org> | 2003-08-30 06:39:56 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-08-30 06:39:56 +0000 |
commit | 21e62f9e80a949294161e5cc5eb7c83f62319331 (patch) | |
tree | cfb04abffeeffa763aa07943ed55ed68d79acdac /usr.bin | |
parent | 160d19e39c1733e2c9ee21bd572de0de7db38a0c (diff) | |
download | FreeBSD-src-21e62f9e80a949294161e5cc5eb7c83f62319331.zip FreeBSD-src-21e62f9e80a949294161e5cc5eb7c83f62319331.tar.gz |
Typo in last commit.
Spotted by: tjr
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index ce9cc76..f29f919 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -13,7 +13,7 @@ _xlint= xlint _lex= lex _yacc= yacc _c88= c88 -_c98= c98 +_c99= c99 .endif .endif |