summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd
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
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')
-rw-r--r--usr.sbin/xntpd/ntpdate/Makefile4
-rw-r--r--usr.sbin/xntpd/ntpq/Makefile4
-rw-r--r--usr.sbin/xntpd/ntptrace/Makefile4
-rw-r--r--usr.sbin/xntpd/util/Makefile4
-rw-r--r--usr.sbin/xntpd/xntpd/Makefile4
-rw-r--r--usr.sbin/xntpd/xntpdc/Makefile4
6 files changed, 6 insertions, 18 deletions
diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile
index 1f436b3..3b388a2 100644
--- a/usr.sbin/xntpd/ntpdate/Makefile
+++ b/usr.sbin/xntpd/ntpdate/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.8 1997/02/22 16:14:26 peter Exp $
+# $Id: Makefile,v 1.9 1998/03/07 09:46:05 bde Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -13,8 +13,6 @@ CLEANFILES+= .version version.c
SRCS= ntpdate.c version.c
-beforedepend: version.c
-
version.c: ${.CURDIR}/../VERSION
sh -e ${.CURDIR}/../scripts/mkversion ntpdate
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
diff --git a/usr.sbin/xntpd/ntptrace/Makefile b/usr.sbin/xntpd/ntptrace/Makefile
index c4efa8e..2632aa4 100644
--- a/usr.sbin/xntpd/ntptrace/Makefile
+++ b/usr.sbin/xntpd/ntptrace/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.7 1997/02/22 16:14:30 peter Exp $
+# $Id: Makefile,v 1.8 1998/03/07 09:46:10 bde Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -13,8 +13,6 @@ CLEANFILES+= .version version.c
SRCS= ntptrace.c version.c
-beforedepend: version.c
-
version.c: ${.CURDIR}/../VERSION
sh -e ${.CURDIR}/../scripts/mkversion ntptrace
diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile
index 719f9b4..e50ae17 100644
--- a/usr.sbin/xntpd/util/Makefile
+++ b/usr.sbin/xntpd/util/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.7 1997/02/22 16:14:37 peter Exp $
+# $Id: Makefile,v 1.8 1998/03/07 09:46:12 bde Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -13,8 +13,6 @@ CLEANFILES+= .version version.c
SRCS= tickadj.c version.c
-beforedepend: version.c
-
version.c: ${.CURDIR}/../VERSION
sh -e ${.CURDIR}/../scripts/mkversion tickadj
diff --git a/usr.sbin/xntpd/xntpd/Makefile b/usr.sbin/xntpd/xntpd/Makefile
index 63877d4..909e8dd 100644
--- a/usr.sbin/xntpd/xntpd/Makefile
+++ b/usr.sbin/xntpd/xntpd/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.11 1997/02/22 16:14:39 peter Exp $
+# $Id: Makefile,v 1.12 1998/03/07 09:46:15 bde Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -30,8 +30,6 @@ SRCS+= refclock_acts.c refclock_as2201.c refclock_atom.c refclock_chu.c \
refclock_msfees.c refclock_mx4200.c refclock_nmea.c refclock_omega.c \
refclock_parse.c refclock_pst.c refclock_trak.c refclock_wwvb.c
-beforedepend: version.c
-
version.c: ${.CURDIR}/../VERSION
sh -e ${.CURDIR}/../scripts/mkversion xntpd
diff --git a/usr.sbin/xntpd/xntpdc/Makefile b/usr.sbin/xntpd/xntpdc/Makefile
index c830b53..a3c2ad8 100644
--- a/usr.sbin/xntpd/xntpdc/Makefile
+++ b/usr.sbin/xntpd/xntpdc/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.7 1997/02/22 16:14:43 peter Exp $
+# $Id: Makefile,v 1.8 1998/03/07 09:46:17 bde Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -13,8 +13,6 @@ CLEANFILES+= .version version.c
SRCS= ntpdc.c ntpdc_ops.c version.c
-beforedepend: version.c
-
version.c: ${.CURDIR}/../VERSION
sh -e ${.CURDIR}/../scripts/mkversion xntpdc
OpenPOWER on IntegriCloud