# $NetBSD: Makefile,v 1.1 2016/08/07 14:27:39 christos Exp $ .include "../Makefile.inc" .PATH: ${S}/net KMOD= if_vlan IOCONF= vlan.ioconf SRCS= if_vlan.c CPPFLAGS+= -DINET CPPFLAGS+= -DINET6 .include