mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
MFC after: 2 weeks Sponsored by: Axcient Differential Revision: https://reviews.freebsd.org/D29316
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>
|