Fix a typo.

Submitted by:	ian
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-26 21:58:22 +00:00
parent 54c8dd3f71
commit e14ba20ace
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283593

View File

@ -41,7 +41,7 @@ SVNVERSION?= ${_D}/${_S}
. if exists(${SVNVERSION}) && !empty(SVNVERSION)
SVNREVISION!= ${SVNVERSION} ${WORLDDIR}/Makefile
. endif
. endif # !defined(SVNERVISION)
. endif # !defined(SVNREVISION)
. if !defined(BUILDDATE) || empty(BUILDDATE)
. if exists(${.CURDIR}/${.OBJDIR}/dist/base/bin/sh)
BUILDDATE!= cd ${.CURDIR} && date -j -f '%s' $$(stat -f "%c" ${.OBJDIR}/dist/base/bin/sh) +%Y%m%d