9 lines
105 B
Makefile

# $FreeBSD$
KMOD= ng_ether
SRCS= ng_ether.c
EXPORT_SYMS= ng_ether_enaddr_type
.include <bsd.kmod.mk>