summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/util
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-03 23:51:34 +0000
committerphk <phk@FreeBSD.org>1994-10-03 23:51:34 +0000
commit8a19acef0be008d6d541b694f0de5a0b152d1a8e (patch)
tree3de6de8e79fee60e5a42957bb63e30a722644c34 /usr.sbin/xntpd/util
parentfe775f9c7a1c56c0ed3b364fcc3c1943f0890df6 (diff)
downloadFreeBSD-src-8a19acef0be008d6d541b694f0de5a0b152d1a8e.zip
FreeBSD-src-8a19acef0be008d6d541b694f0de5a0b152d1a8e.tar.gz
Same as last one, use "sh -e" for these to make them catch pathological
conditions.
Diffstat (limited to 'usr.sbin/xntpd/util')
-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