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:
parent
ecc6c515ab
commit
bc030e5c3f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user