mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
Aligns the build with the FreeBSD traditional approach to not build in contrib/, and to track inter-dependencies between libraries. With help from: bdrewery Reviewed by: bdrewery, hselasky Sponsored by: Mellanox Technologies MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D15648
7 lines
99 B
Makefile
7 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ibv_asyncwatch
|
|
MAN= ibv_asyncwatch.1
|
|
SRCS= asyncwatch.c
|
|
|
|
.include <bsd.prog.mk>
|