From e5f836591bca4e90f640d9c2a2a1a8444763ad98 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 15 Sep 1994 20:55:44 +0000 Subject: Fix library dependencies. The clockstuff directory isn't used but I fixed the Makefile before I knew that. --- usr.sbin/xntpd/clockstuff/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/xntpd') 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= -- cgit v1.1