mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
Use the correct include path if there's an obj directory.
This commit is contained in:
parent
2ad610963e
commit
addc929715
@ -1,8 +1,7 @@
|
||||
PROG= dset
|
||||
DPADD= ${LIBKVM}
|
||||
LDADD= -lkvm
|
||||
CFLAGS+=-I../../sys/
|
||||
CFLAGS+=-I${.CURDIR}/../../sys/
|
||||
NOMAN=
|
||||
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user