1
2PROG=	daemon
3MAN=	daemon.8
4
5LIBADD=	util
6
7.include <src.opts.mk>
8
9HAS_TESTS=
10SUBDIR.${MK_TESTS}+= tests
11
12.include <bsd.prog.mk>
13