Allow the eiface node to be made as a module (not linked into build yet)

This commit is contained in:
Julian Elischer 2001-02-25 06:18:22 +00:00
parent b9e3a5d31f
commit e548a5c513
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73010

View file

@ -0,0 +1,7 @@
# $FreeBSD$
KMOD= ng_eiface
SRCS= ng_eiface.c
NOMAN=
.include <bsd.kmod.mk>