diff options
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/usr.bin/ztest/Makefile | 3 | ||||
-rw-r--r-- | cddl/usr.sbin/zhack/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/cddl/usr.bin/ztest/Makefile b/cddl/usr.bin/ztest/Makefile index 0945bb962c63..91118d13775d 100644 --- a/cddl/usr.bin/ztest/Makefile +++ b/cddl/usr.bin/ztest/Makefile @@ -4,7 +4,7 @@ ZFSTOP= ${SRCTOP}/sys/contrib/openzfs -.PATH: ${ZFSTOP}/cmd/ztest +.PATH: ${ZFSTOP}/cmd .PATH: ${ZFSTOP}/man/man1 PROG= ztest @@ -16,7 +16,6 @@ CFLAGS+= \ -I${ZFSTOP}/include \ -I${ZFSTOP}/lib/libspl/include \ -I${ZFSTOP}/lib/libspl/include/os/freebsd \ - -I${SRCTOP}/sys \ -I${SRCTOP}/cddl/compat/opensolaris/include \ -I${ZFSTOP}/module/icp/include \ -include ${ZFSTOP}/include/os/freebsd/spl/sys/ccompile.h \ diff --git a/cddl/usr.sbin/zhack/Makefile b/cddl/usr.sbin/zhack/Makefile index 24800c693cf3..ffac0785d18d 100644 --- a/cddl/usr.sbin/zhack/Makefile +++ b/cddl/usr.sbin/zhack/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${SRCTOP}/sys/contrib/openzfs/cmd/zhack +.PATH: ${SRCTOP}/sys/contrib/openzfs/cmd PROG= zhack MAN= |