mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
131 B
Makefile
12 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= splash_bmp
|
|
SRCS= splash_bmp.c
|
|
|
|
NOMAN=
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|