diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-03 23:51:34 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-03 23:51:34 +0000 |
commit | b3760f248ac8a3f946b443f7e5e2fc53ad1e8aa5 (patch) | |
tree | 3de6de8e79fee60e5a42957bb63e30a722644c34 /usr.sbin/xntpd/ntpdate | |
parent | 92248d4c467d8c92499e0b4743f95f1176fd5c96 (diff) | |
download | src-b3760f248ac8a3f946b443f7e5e2fc53ad1e8aa5.tar.gz src-b3760f248ac8a3f946b443f7e5e2fc53ad1e8aa5.zip |
Same as last one, use "sh -e" for these to make them catch pathological
conditions.
Notes
Notes:
svn path=/head/; revision=3346
Diffstat (limited to 'usr.sbin/xntpd/ntpdate')
-rw-r--r-- | usr.sbin/xntpd/ntpdate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile index 3a1b68bfeed1..f0af84001c3d 100644 --- a/usr.sbin/xntpd/ntpdate/Makefile +++ b/usr.sbin/xntpd/ntpdate/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1993/12/21 21:06:30 wollman Exp $ +# $Id: Makefile,v 1.3 1993/12/22 11:32:56 rgrimes Exp $ # CFLAGS+= -I${.CURDIR}/../include @@ -23,6 +23,6 @@ SRCS= ntpdate.c version.c beforedepend: version.c version.c: ${.CURDIR}/../VERSION - ${.CURDIR}/../scripts/mkversion ntpdate + sh -e ${.CURDIR}/../scripts/mkversion ntpdate .include <bsd.prog.mk> |