summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpctl
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dvmrpctl')
-rw-r--r--usr.sbin/dvmrpctl/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpctl/Makefile b/usr.sbin/dvmrpctl/Makefile
index cc9aa5c77c8..390a3a009f5 100644
--- a/usr.sbin/dvmrpctl/Makefile
+++ b/usr.sbin/dvmrpctl/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 2006/08/17 16:48:02 claudio Exp $
+# $OpenBSD: Makefile,v 1.4 2010/05/26 16:44:32 nicm Exp $
.PATH: ${.CURDIR}/../dvmrpd
PROG= dvmrpctl
-SRCS= buffer.c imsg.c log.c dvmrpctl.c parser.c
+SRCS= log.c dvmrpctl.c parser.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
@@ -12,6 +12,9 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../dvmrpd
+LDADD= -lutil
+DPADD= ${LIBUTIL}
+
MAN= dvmrpctl.8
.include <bsd.prog.mk>