mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
14 lines
219 B
Makefile
14 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>
|