1# $FreeBSD$ 2 3KMOD= ng_ether 4SRCS= ng_ether.c 5 6EXPORT_SYMS= ng_ether_enaddr_type 7 8.include <bsd.kmod.mk> 9