mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -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
88 B
Makefile
7 lines
88 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= perfquery
|
|
SRCS= perfquery.c
|
|
MAN= perfquery.8
|
|
|
|
.include <bsd.prog.mk>
|