Add a new line to force a commit to verify if lwhsu did indeed

fix the jenkins build by adding git to the dependency list.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-08-28 02:09:10 +00:00
parent 6e4b6ff88f
commit 233a5529d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364899

View file

@ -29,3 +29,4 @@ GITREV!= ${GIT_CMD} -C ${.CURDIR} rev-parse --verify --short HEAD 2>/dev/null ||
BUILDDATE!= date +%Y%m%d
.export BUILDDATE
.endif