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