Unbreak the build when "make obj" is executed beforehand

Using relative paths imply working directory (in this case .OBJDIR), whereas the
sources live in the .CURDIR-relative path.

MFC after:	2 weeks
X-MFC with:	r313962
Pointyhat to:	allanjude
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-02-19 21:19:44 +00:00
parent ecc6c515ab
commit bc030e5c3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313972

View File

@ -2,7 +2,7 @@
.include <bsd.own.mk>
SYSDIR = ../../../../../sys
SYSDIR = ${SRCTOP}/sys
.PATH: ${SYSDIR}/geom/eli
.PATH: ${SYSDIR}/crypto/sha2
@ -22,7 +22,7 @@ SRCS.pbkdf2= \
LIBADD.pbkdf2= crypto
testvect.h: gentestvect.py
testvect.h:
python gentestvect.py > $@
.include <bsd.test.mk>