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