freebsd-src/usr.bin/gencat/Makefile
Johan Karlsson 5ceb03e494 Our bsd.*.mk only supports 6 WARNS levels and we should not use higher values
until it does.

Approved by:	re (dwhite)
2005-06-30 11:56:31 +00:00

7 lines
60 B
Makefile

# $FreeBSD$
PROG= gencat
WARNS?= 6
.include <bsd.prog.mk>