93c005929f
or (in my case) no longer feel that oversight is necessary.
12 lines
196 B
Makefile
12 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|