freebsd-dev/sys/modules/syscons/apm/Makefile
Yoshihiro Takahashi 5069714534 Added PC-98 apm support.
Submitted by:	MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>
2001-01-22 11:27:25 +00:00

14 lines
154 B
Makefile

# $FreeBSD$
KMOD= apm_saver
SRCS= apm_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/..
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.kmod.mk>