mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
We need further work to be able to specify an equivalence of `flags 0x20'. Many PCs should work for now. But, some PCs need `flags 0x20'.
10 lines
130 B
Makefile
10 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/apm
|
|
|
|
KMOD= apm
|
|
SRCS= apm.c apm.h \
|
|
device_if.h bus_if.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|