Apply the ntp-related part of r195626 to the correct part of the tree --

the mkver which is used in builds is the one in usr.sbin/ntp/scripts,
not the one in contrib/ntp/scripts.

Pointy hat to:	cperciva
Approved by:	re (rwatson)
This commit is contained in:
Colin Percival 2009-08-12 11:55:26 +00:00
parent 3a67af38ba
commit 96a65baf76

View File

@ -23,8 +23,6 @@ case "" in
*) ConfStr="${ConfStr}-r" ;;
esac
ConfStr="$ConfStr `LC_ALL=C date`"
if [ ! -f .version ]; then
echo 0 > .version
fi