summaryrefslogtreecommitdiffstats
path: root/usr.bin/c99/Makefile
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-10-07 09:37:55 +0000
committertjr <tjr@FreeBSD.org>2002-10-07 09:37:55 +0000
commitc149a29f012bef7ea1dbb7f6c5292897ab2133ba (patch)
tree81177e2b02ab54f681bd96ce112d374e82129e72 /usr.bin/c99/Makefile
parent0f00011b24b6c79ca4f45b1d1acaabe7c2bda393 (diff)
downloadFreeBSD-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/c99/Makefile')
-rw-r--r--usr.bin/c99/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/c99/Makefile b/usr.bin/c99/Makefile
new file mode 100644
index 0000000..580065f
--- /dev/null
+++ b/usr.bin/c99/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+PROG= c99
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud