From 041ddd7062e4699f762fec4d695818067e2d8b85 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 27 Jan 2004 02:17:46 +0000 Subject: [PATCH] Fix dependency for .version. Noted by Geoff Wing in [bin/24244] --- usr.sbin/ntp/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ntp/Makefile.inc b/usr.sbin/ntp/Makefile.inc index 17a5d98bf882..70302185b8ab 100644 --- a/usr.sbin/ntp/Makefile.inc +++ b/usr.sbin/ntp/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.12 2004/01/04 00:04:52 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.13 2004/01/27 02:17:46 lukem Exp $ .if !defined(NTP_MAKEFILE_INC) NTP_MAKEFILE_INC=1 @@ -26,7 +26,7 @@ DPADD+= ${LIBCRYPTO} SRCS+= version.c CLEANFILES+=version.c version.o .version -.version: +.version: ${.CURDIR}/../scripts/mkver ${_MKTARGET_CREATE} ${HOST_SH} ${.CURDIR}/../scripts/mkver ${PROG} > /dev/null version.c: .version ${LIBNTP}/libntp.a