1ebe86aacSJohn Birrell# $FreeBSD$ 2ebe86aacSJohn Birrell 3acc37ca1SEnji Cooper.PATH: ${SRCTOP}/cddl/contrib/opensolaris/lib/libdtrace/common 4ebe86aacSJohn Birrell 5ebe86aacSJohn BirrellSRCS= drti.c 6ebe86aacSJohn BirrellFILES= ${SRCS:R:S/$/.o/g} 7ebe86aacSJohn BirrellFILESOWN= ${LIBOWN} 8ebe86aacSJohn BirrellFILESGRP= ${LIBGRP} 9ebe86aacSJohn BirrellFILESMODE= ${LIBMODE} 10ebe86aacSJohn BirrellFILESDIR= ${LIBDIR}/dtrace 11029a7373SRui PauloCLEANFILES= ${FILES} 12fe893d53SBryan Drewery# These FILES qualify as libraries for the purpose of LIBRARIES_ONLY. 13fe893d53SBryan Drewery.undef LIBRARIES_ONLY 14*9e5787d2SMatt MacyCFLAGS+= -DIN_BASE 15*9e5787d2SMatt MacyCFLAGS+= -I${SRCTOP}/sys/contrib/openzfs/lib/libspl/include/os/freebsd/spl 16*9e5787d2SMatt MacyCFLAGS+= -I${SRCTOP}/sys/contrib/openzfs/include 17*9e5787d2SMatt MacyCFLAGS+= -I${SRCTOP}/sys/contrib/openzfs/lib/libspl/include/ 18*9e5787d2SMatt MacyCFLAGS+= -I${SRCTOP}/sys/contrib/openzfs/lib/libspl/include/os/freebsd 19*9e5787d2SMatt MacyCFLAGS+= -I${SRCTOP}/sys 20*9e5787d2SMatt MacyCFLAGS+= -include ${SRCTOP}/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h 21*9e5787d2SMatt MacyCFLAGS+= -DHAVE_ISSETUGID 22acc37ca1SEnji CooperCFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris \ 23acc37ca1SEnji Cooper -I${SRCTOP}/cddl/compat/opensolaris/include \ 24ebe86aacSJohn Birrell -I${OPENSOLARIS_USR_DISTDIR}/head \ 25ebe86aacSJohn Birrell -I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \ 26ebe86aacSJohn Birrell -I${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common \ 27513bdf9aSRui Paulo -I${OPENSOLARIS_SYS_DISTDIR}/uts/common \ 288399e5f3SRui Paulo -DPIC ${PICFLAG} 29513bdf9aSRui Paulo 30d04fbf25SRobert Watson.include <bsd.lib.mk> 31