summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/ntpq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/ntpq/Makefile')
-rw-r--r--usr.sbin/xntpd/ntpq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/ntpq/Makefile b/usr.sbin/xntpd/ntpq/Makefile
index 4fc41c4..875592a 100644
--- a/usr.sbin/xntpd/ntpq/Makefile
+++ b/usr.sbin/xntpd/ntpq/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.2 1993/12/21 21:06:32 wollman Exp $
+# $Id: Makefile,v 1.3 1993/12/22 11:33:07 rgrimes Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -24,6 +24,6 @@ SRCS= ntpq.c ntpq_ops.c version.c
beforedepend: version.c
version.c: ${.CURDIR}/../VERSION
- ${.CURDIR}/../scripts/mkversion ntpq
+ sh -e ${.CURDIR}/../scripts/mkversion ntpq
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud