freebsd-nq/usr.sbin/burncd/Makefile
Garrett Wollman 2ae92e3e07 Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.
Checked on Alpha and IA32.

Reviewed by:	maintainer timeout
MFC after:	1 week
2002-12-29 22:28:51 +00:00

9 lines
89 B
Makefile

# $FreeBSD$
PROG= burncd
WARNS?= 5
NO_WERROR= yes
MAN= burncd.8
.include <bsd.prog.mk>