mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
15 lines
219 B
Makefile
15 lines
219 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/dragon
|
||
|
|
|
||
|
|
KMOD= dragon_saver
|
||
|
|
SRCS= dragon_saver.c
|
||
|
|
|
||
|
|
#CWARNFLAGS= -Wall -Wno-long-long -pedantic
|
||
|
|
|
||
|
|
.if ${MACHINE} == "pc98"
|
||
|
|
CFLAGS+= -DPC98
|
||
|
|
.endif
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|