mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
11 lines
138 B
Makefile
11 lines
138 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../i386/isa
|
|
|
|
KMOD= elink
|
|
SRCS= elink.c
|
|
EXPORT_SYMS= elink_reset elink_idseq
|
|
|
|
.include <bsd.kmod.mk>
|