3f4f85365b
Not objected to by: -current
13 lines
165 B
Makefile
13 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/apm
|
|
|
|
KMOD= apm_saver
|
|
SRCS= apm_saver.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|