mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
10 lines
209 B
Makefile
10 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
RDMA= ${.CURDIR}/../../../contrib/rdma/krping
|
|
.PATH: ${RDMA}
|
|
|
|
KMOD= krping
|
|
SRCS= krping.c krping_dev.c getopt.c
|
|
SRCS+= bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h
|
|
|
|
.include <bsd.kmod.mk>
|