mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
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.
9 lines
109 B
Makefile
9 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= apm
|
|
MAN= apm.8
|
|
MLINKS= apm.8 apmconf.8
|
|
MANSUBDIR= /i386
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|