opnsense-src/sys/modules/apm/Makefile
Hajimu UMEMOTO a55dfa2ac1 Make apm a module.
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'.
2001-10-24 16:53:54 +00:00

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>