Add module infrastructure for elink.

This commit is contained in:
Matthew N. Dodd 2003-03-29 13:42:20 +00:00
parent dd4cb1b8b8
commit 187e120cbe
2 changed files with 11 additions and 0 deletions

View File

@ -164,6 +164,7 @@ SUBDIR+=3dfx \
coff \
drm \
ed \
elink \
em \
ep \
fe \

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
.PATH: ${.CURDIR}/../../i386/isa
KMOD= elink
SRCS= elink.c
EXPORT_SYMS= elink_reset elink_idseq
.include <bsd.kmod.mk>