64db83a8ab
encoding the relative path.
14 lines
156 B
Makefile
14 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= star_saver
|
|
SRCS= star_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|