mirror of
https://github.com/opnsense/src.git
synced 2026-05-16 02:59:48 -04:00
Sponsored by: Axcient
Differential Revision: https://reviews.freebsd.org/D29316
(cherry picked from commit 3b57d80c7a)
13 lines
141 B
Makefile
13 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= daemon
|
|
MAN= daemon.8
|
|
|
|
LIBADD= util
|
|
|
|
.include <src.opts.mk>
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|