freebsd-dev/usr.sbin/apm/Makefile
Nate Lawson a607c5e4cb Check for >= 255 since sign extension from byte to u_int sometimes makes
the value for "unknown" 0xffffffff.  The underlying kernel drivers should
be updated to only return 255 but the ABI is used by too many userland
utilities.

Also, make this WARNS 6 compatible.
2004-05-27 19:23:27 +00:00

10 lines
109 B
Makefile

# $FreeBSD$
PROG= apm
MAN= apm.8
MLINKS= apm.8 apmconf.8
MANSUBDIR= /i386
WARNS?= 6
.include <bsd.prog.mk>