From ec4b89998a51985fbc5ed14c359d05b0556b8bba Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Fri, 5 Sep 2003 09:03:39 +0000 Subject: Fix typo: c89, not c88. --- usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/Makefile b/usr.bin/Makefile index f29f9196c25c0..3afcf731f0865 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -12,7 +12,7 @@ _xlint= xlint _lex= lex _yacc= yacc -_c88= c88 +_c89= c89 _c99= c99 .endif .endif -- cgit v1.3