diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-07 09:37:55 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-07 09:37:55 +0000 |
commit | c149a29f012bef7ea1dbb7f6c5292897ab2133ba (patch) | |
tree | 81177e2b02ab54f681bd96ce112d374e82129e72 /usr.bin/Makefile | |
parent | 0f00011b24b6c79ca4f45b1d1acaabe7c2bda393 (diff) | |
download | FreeBSD-src-c149a29f012bef7ea1dbb7f6c5292897ab2133ba.zip FreeBSD-src-c149a29f012bef7ea1dbb7f6c5292897ab2133ba.tar.gz |
Add the c99(1) utility, which is nothing more than a synonym for
cc -std=iso9899:1999 -pedantic, and is required by SUSv3.
PR; 36087
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 3947fb7..77e4712 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -18,6 +18,7 @@ SUBDIR= alias \ brandelf \ bzip2 \ c89 \ + c99 \ calendar \ cap_mkdb \ catman \ |