1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5.if ${MK_CASPER} != "no" 6CFLAGS+=-DWITH_CASPER 7.endif 8 9.include "../Makefile.inc" 10