mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
13 lines
172 B
Makefile
13 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/apm
|
|
|
|
KMOD= apm_saver
|
|
SRCS= apm_saver.c
|
|
NOMAN=
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|