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