summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-09-15 20:55:44 +0000
committerbde <bde@FreeBSD.org>1994-09-15 20:55:44 +0000
commite5f836591bca4e90f640d9c2a2a1a8444763ad98 (patch)
treec2c421b5ba760514dcc5552da7db279c3a35b686 /usr.sbin/xntpd
parent11fe93eee46a4b098564c2a70e919e8809ecd140 (diff)
downloadFreeBSD-src-e5f836591bca4e90f640d9c2a2a1a8444763ad98.zip
FreeBSD-src-e5f836591bca4e90f640d9c2a2a1a8444763ad98.tar.gz
Fix library dependencies. The clockstuff directory isn't used but I
fixed the Makefile before I knew that.
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r--usr.sbin/xntpd/clockstuff/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/clockstuff/Makefile b/usr.sbin/xntpd/clockstuff/Makefile
index 837082e..425d79d 100644
--- a/usr.sbin/xntpd/clockstuff/Makefile
+++ b/usr.sbin/xntpd/clockstuff/Makefile
@@ -1,10 +1,10 @@
#
-# $Id$
+# $Id: Makefile,v 1.1 1993/12/21 21:06:24 wollman Exp $
#
PROG= propdelay
-LIBADD= -L${.CURDIR}/../lib -lntp -lm
-DPADD= ${.CURDIR}/../lib/libntp.a
+LDADD+= -L${.CURDIR}/../lib -lntp -lm
+DPADD+= ${.CURDIR}/../lib/libntp.a ${LIBM}
SRCS= propdelay.c
NOMAN=
OpenPOWER on IntegriCloud