aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-09-15 20:55:44 +0000
committerBruce Evans <bde@FreeBSD.org>1994-09-15 20:55:44 +0000
commit6b91cbecf13973140746056298e65b9d0aec6b2f (patch)
treec2c421b5ba760514dcc5552da7db279c3a35b686 /usr.sbin/xntpd
parentdd8e0158cf8c036bde226299b711eb9f6270d722 (diff)
downloadsrc-6b91cbecf13973140746056298e65b9d0aec6b2f.tar.gz
src-6b91cbecf13973140746056298e65b9d0aec6b2f.zip
Fix library dependencies. The clockstuff directory isn't used but I
fixed the Makefile before I knew that.
Notes
Notes: svn path=/head/; revision=2813
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 837082ee599d..425d79d1ddaa 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=