freebsd-src/lib/libcasper/Makefile.inc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
107 B
PHP
Raw Normal View History

.include <src.opts.mk>
.if ${MK_CASPER} != "no"
CFLAGS+=-DWITH_CASPER
.endif
.include "../Makefile.inc"