summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/ntpq
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-19 15:12:05 +0000
committerbde <bde@FreeBSD.org>1998-03-19 15:12:05 +0000
commitf6fc75a9610ef7e2bc6aefd7b98935da24c388bd (patch)
treee24be251fa545c38f7bb1d8290a0bf65316cb7dc /usr.sbin/xntpd/ntpq
parent9b84fa11077f4c335aa9030bef5a91d32ae3edae (diff)
downloadFreeBSD-src-f6fc75a9610ef7e2bc6aefd7b98935da24c388bd.zip
FreeBSD-src-f6fc75a9610ef7e2bc6aefd7b98935da24c388bd.tar.gz
Don't use the beforedepend target. It was a no-op here except for
helping bsd.dep.mk break `make -jN depend'.
Diffstat (limited to 'usr.sbin/xntpd/ntpq')
-rw-r--r--usr.sbin/xntpd/ntpq/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/ntpq/Makefile b/usr.sbin/xntpd/ntpq/Makefile
index 446a55b..b630b28 100644
--- a/usr.sbin/xntpd/ntpq/Makefile
+++ b/usr.sbin/xntpd/ntpq/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.8 1997/02/22 16:14:28 peter Exp $
+# $Id: Makefile,v 1.9 1998/03/07 09:46:08 bde Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -14,8 +14,6 @@ BINDIR= /usr/bin
SRCS= ntpq.c ntpq_ops.c version.c
-beforedepend: version.c
-
version.c: ${.CURDIR}/../VERSION
sh -e ${.CURDIR}/../scripts/mkversion ntpq
OpenPOWER on IntegriCloud