summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/util
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-10 05:24:55 +0000
committerbde <bde@FreeBSD.org>1997-01-10 05:24:55 +0000
commit19daf6f8f5b5ce29e44a4635c742047b2cbe9ec8 (patch)
tree7c3dbec2747ff3e9931b6da7eda3071a29ed9a1c /usr.sbin/xntpd/util
parent7ff72760ea8ba89a77b2ab5d5ad099ef9a4e8ec6 (diff)
downloadFreeBSD-src-19daf6f8f5b5ce29e44a4635c742047b2cbe9ec8.zip
FreeBSD-src-19daf6f8f5b5ce29e44a4635c742047b2cbe9ec8.tar.gz
Fixed DPADD (don't put -L in it).
Diffstat (limited to 'usr.sbin/xntpd/util')
-rw-r--r--usr.sbin/xntpd/util/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile
index 04f3587..4bd337e 100644
--- a/usr.sbin/xntpd/util/Makefile
+++ b/usr.sbin/xntpd/util/Makefile
@@ -1,15 +1,15 @@
#
-# $Id: Makefile,v 1.3 1994/10/03 23:51:29 phk Exp $
+# $Id: Makefile,v 1.4 1996/06/24 04:26:17 jkh Exp $
#
CFLAGS+= -I${.CURDIR}/../include
.if exists(${.OBJDIR}/../lib)
LDADD+= -L${.OBJDIR}/../lib
-DPADD+= -L${.OBJDIR}/../lib/libntp.a
+DPADD+= ${.OBJDIR}/../lib/libntp.a
.else
LDADD+= -L${.CURDIR}/../lib
-DPADD+= -L${.CURDIR}/../lib/libntp.a
+DPADD+= ${.CURDIR}/../lib/libntp.a
.endif
LDADD+= -lntp
OpenPOWER on IntegriCloud