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