freebsd-dev/usr.bin/c99/Makefile
Tim J. Robbins 98c59a0ae1 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
2002-10-07 09:37:55 +00:00

6 lines
47 B
Makefile

# $FreeBSD$
PROG= c99
.include <bsd.prog.mk>