diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2014-07-31 08:07:23 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2014-07-31 08:07:23 +0000 |
commit | d088b795005f841dac5202d879e858e68a590b71 (patch) | |
tree | 838049321f1891a7e710dd90cb332e1dd6708a4c /sys/modules/dtrace | |
parent | fb0b3077674ca5b03de4c70047d4d69df19a2822 (diff) | |
download | FreeBSD-src-d088b795005f841dac5202d879e858e68a590b71.zip FreeBSD-src-d088b795005f841dac5202d879e858e68a590b71.tar.gz |
Copy strtolctype.h to sys/cddl/contrib/opensolaris/common/util to keep
the kernel self-contained.
Requested by: jhb
Diffstat (limited to 'sys/modules/dtrace')
-rw-r--r-- | sys/modules/dtrace/dtrace/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/dtrace/dtrace/Makefile b/sys/modules/dtrace/dtrace/Makefile index 651cf17..5492c6f 100644 --- a/sys/modules/dtrace/dtrace/Makefile +++ b/sys/modules/dtrace/dtrace/Makefile @@ -4,8 +4,6 @@ SYSDIR?= ${.CURDIR}/../../.. ARCHDIR= ${MACHINE_CPUARCH} -SUNW= ${SYSDIR}/../cddl/contrib/opensolaris - .PATH: ${SYSDIR}/cddl/contrib/opensolaris/uts/common/dtrace .PATH: ${SYSDIR}/cddl/compat/opensolaris/kern .PATH: ${SYSDIR}/cddl/kern @@ -44,7 +42,7 @@ CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \ -I${SYSDIR}/cddl/dev/dtrace \ -I${SYSDIR}/cddl/dev/dtrace/${ARCHDIR} \ -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \ - -I${SUNW}/common/util \ + -I${SYSDIR}/cddl/contrib/opensolaris/common/util \ -I${SYSDIR} -DDIS_MEM CFLAGS+= -DSMP |