mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= splash_bmp
|
|
SRCS= splash_bmp.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|