mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
3b57d80c7a
MFC after: 2 weeks Sponsored by: Axcient Differential Revision: https://reviews.freebsd.org/D29316
14 lines
141 B
Makefile
14 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>
|