diff options
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r-- | usr.sbin/xntpd/clockstuff/Makefile | 6 |
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= |