3de6da9cc9
Tidy up some loose ends.. there were extra -I's being added to CFLAGS for no reason.
14 lines
172 B
Makefile
14 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>
|