summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/util/Makefile')
-rw-r--r--usr.sbin/xntpd/util/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile
index ce9e1fd..02cb294 100644
--- a/usr.sbin/xntpd/util/Makefile
+++ b/usr.sbin/xntpd/util/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1 1993/12/21 20:16:18 wollman Exp $
+# $Id: Makefile,v 1.2 1993/12/22 11:33:28 rgrimes Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -23,6 +23,6 @@ SRCS= tickadj.c version.c
beforedepend: version.c
version.c: ${.CURDIR}/../VERSION
- ${.CURDIR}/../scripts/mkversion tickadj
+ sh -e ${.CURDIR}/../scripts/mkversion tickadj
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud