mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 16:35:42 -04:00
10 lines
138 B
Makefile
10 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= roger@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/bktr
|
|
|
|
KMOD= bktr_mem
|
|
SRCS= bktr_mem.c
|
|
|
|
.include <bsd.kmod.mk>
|