8 lines
68 B
Makefile
8 lines
68 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= c89
|
|
WARNS?= 2
|
|
MAN= c89.1
|
|
|
|
.include <bsd.prog.mk>
|