diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-19 15:12:05 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-19 15:12:05 +0000 |
| commit | ee09b4f65e75373bd62c03c116aac8e8941e155e (patch) | |
| tree | 99ed5dbc8696e62ea77ea7e67b3cac9d631b7ae9 | |
| parent | df87ad2d33e0a739ced564b3fd50a82111353b97 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/xntpd/ntpdate/Makefile | 4 | ||||
| -rw-r--r-- | usr.sbin/xntpd/ntpq/Makefile | 4 | ||||
| -rw-r--r-- | usr.sbin/xntpd/ntptrace/Makefile | 4 | ||||
| -rw-r--r-- | usr.sbin/xntpd/util/Makefile | 4 | ||||
| -rw-r--r-- | usr.sbin/xntpd/xntpd/Makefile | 4 | ||||
| -rw-r--r-- | usr.sbin/xntpd/xntpdc/Makefile | 4 |
6 files changed, 6 insertions, 18 deletions
diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile index 1f436b30e55ab..3b388a267bedc 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 446a55bdfd430..b630b28d0948d 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 c4efa8e7a81f8..2632aa4b0a9a2 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 719f9b46713a9..e50ae179fecf1 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 63877d4c8d171..909e8ddd9e6e5 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 c830b53cbb350..a3c2ad80af8c0 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 |
