diff options
Diffstat (limited to 'usr.sbin/xntpd/ntpdate/Makefile')
-rw-r--r-- | usr.sbin/xntpd/ntpdate/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile index f0af840..d1a9dd9 100644 --- a/usr.sbin/xntpd/ntpdate/Makefile +++ b/usr.sbin/xntpd/ntpdate/Makefile @@ -1,12 +1,12 @@ # -# $Id: Makefile,v 1.3 1993/12/22 11:32:56 rgrimes Exp $ +# $Id: Makefile,v 1.4 1994/10/03 23:51:17 phk Exp $ # CFLAGS+= -I${.CURDIR}/../include -.if exists(${.CURDIR}/../lib/obj) -LDADD+= -L${.CURDIR}/../lib/obj -DPADD+= -L${.CURDIR}/../lib/obj/libntp.a +.if exists(${.OBJDIR}/../lib) +LDADD+= -L${.OBJDIR}/../lib +DPADD+= -L${.OBJDIR}/../lib/libntp.a .else LDADD+= -L${.CURDIR}/../lib DPADD+= -L${.CURDIR}/../lib/libntp.a |