aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
commit5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba (patch)
tree235e8fcbe852dee096eebfd2c176b6d10c0afa2c /usr.sbin/xntpd
parentde6669b2e213f787bd1accbabe263e199b35066f (diff)
downloadsrc-5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba.tar.gz
src-5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba.zip
Notes
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r--usr.sbin/xntpd/xntpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/xntpd/Makefile b/usr.sbin/xntpd/xntpd/Makefile
index a1de730a6bf1..cb62927fe097 100644
--- a/usr.sbin/xntpd/xntpd/Makefile
+++ b/usr.sbin/xntpd/xntpd/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.7 1994/10/03 23:51:32 phk Exp $
+# $Id: Makefile,v 1.8 1996/06/24 04:26:19 jkh Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -21,6 +21,7 @@ DPADD+= ${.CURDIR}/../parse/libparse.a
.endif
LDADD+= -lntp -lparse -lkvm
+DPADD+= ${LIBKVM}
PROG= xntpd
MAN8= ${.CURDIR}/../doc/xntpd.8