aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/daemon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/daemon/Makefile')
-rw-r--r--usr.sbin/daemon/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/daemon/Makefile b/usr.sbin/daemon/Makefile
index 34803934d623..3ca3e91ad193 100644
--- a/usr.sbin/daemon/Makefile
+++ b/usr.sbin/daemon/Makefile
@@ -3,6 +3,9 @@
PROG= daemon
MAN= daemon.8
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
WARNS?= 2
.include <bsd.prog.mk>