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