1*240afd8cSMark Johnston.PATH: ${SRCDIR}/zfs 2*240afd8cSMark Johnston.PATH: ${SRCTOP}/stand/libsa/zfs 3*240afd8cSMark Johnston 4*240afd8cSMark JohnstonSRCS+= dsl.c \ 5*240afd8cSMark Johnston fs.c \ 6*240afd8cSMark Johnston objset.c \ 7*240afd8cSMark Johnston vdev.c \ 8*240afd8cSMark Johnston zap.c 9*240afd8cSMark Johnston 10*240afd8cSMark JohnstonSRCS+= nvlist.c 11*240afd8cSMark Johnston 12*240afd8cSMark JohnstonCFLAGS.nvlist.c+= -I${SRCTOP}/stand/libsa -Wno-cast-qual 13