Use the correct include path if there's an obj directory.

This commit is contained in:
bde 1995-01-24 06:10:48 +00:00
parent 2ad610963e
commit addc929715

View File

@ -1,8 +1,7 @@
PROG= dset
DPADD= ${LIBKVM}
LDADD= -lkvm
CFLAGS+=-I../../sys/
CFLAGS+=-I${.CURDIR}/../../sys/
NOMAN=
.include <bsd.prog.mk>