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.
10 lines
109 B
Makefile
10 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= apm
|
|
MAN= apm.8
|
|
MLINKS= apm.8 apmconf.8
|
|
MANSUBDIR= /i386
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|