mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
.if ${MK_CASPER} != "no"
|
|
CFLAGS+=-DWITH_CASPER
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|