NetBSD/usr.bin/c11/Makefile
kamil b3c98abce0 Import c11(1) - a cc -std=c11 wrapper
This script is similar to c89(1) and c99(1).

It's a NetBSD extension. The c89(1) and c99(1) scripts are part of POSIX.
2016-10-03 01:00:27 +00:00

9 lines
142 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/10/03 01:00:27 kamil Exp $
SCRIPTS= c11.sh
SCRIPTSDIR= /usr/bin
MAN= c11.1
.include <bsd.prog.mk>