Export "ng_ether_enaddr_type" because the ng_bridge type uses it.

This commit is contained in:
Archie Cobbs 2002-01-12 17:31:25 +00:00
parent 50146ad5c0
commit bf2ed16b89

View File

@ -3,4 +3,6 @@
KMOD= ng_ether
SRCS= ng_ether.c
EXPORT_SYMS= ng_ether_enaddr_type
.include <bsd.kmod.mk>