1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112793
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>