Document the recent upgrade of the printf and scanf families of functions.
[dragonfly.git] / usr.bin / c89 / Makefile
bloba91fa32e1e2a0a3573be5fc9bfb0c7dde900cd00
1 # $FreeBSD: src/usr.bin/c89/Makefile,v 1.1.1.1.8.3 2001/05/22 19:05:01 schweikh Exp $
2 # $DragonFly: src/usr.bin/c89/Makefile,v 1.3 2005/01/16 19:17:28 joerg Exp $
4 PROG= c89
5 MAN= c89.1
6 WARNS?= 6
8 .include <bsd.prog.mk>