07af4a8e64
modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage.
14 lines
227 B
Makefile
14 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= roger@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/bktr
|
|
|
|
KMOD= bktr_mem
|
|
SRCS= bktr_mem.c
|
|
EXPORT_SYMS= bktr_has_stored_addresses \
|
|
bktr_store_address \
|
|
bktr_retrieve_address
|
|
|
|
.include <bsd.kmod.mk>
|