diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:30:04 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:30:04 +0000 |
| commit | acc37ca1c15f7cd8b5e5b0389cf6e6b98ea61447 (patch) | |
| tree | cfebd598ad39cee0b43fbc6ccad2983ede628cde /cddl/usr.bin/ctfconvert/Makefile | |
| parent | a251f9dcf891805ae2101945d0d3082ec5a1768c (diff) | |
Notes
Diffstat (limited to 'cddl/usr.bin/ctfconvert/Makefile')
| -rw-r--r-- | cddl/usr.bin/ctfconvert/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cddl/usr.bin/ctfconvert/Makefile b/cddl/usr.bin/ctfconvert/Makefile index b1dd8a231f811..ce4238145df2a 100644 --- a/cddl/usr.bin/ctfconvert/Makefile +++ b/cddl/usr.bin/ctfconvert/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/common -.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/cvt +.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common +.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt PROG= ctfconvert SRCS= alist.c \ @@ -25,8 +25,8 @@ SRCS= alist.c \ traverse.c \ util.c -CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \ - -I${.CURDIR}/../../../cddl/compat/opensolaris/include \ +CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris \ + -I${SRCTOP}/cddl/compat/opensolaris/include \ -I${OPENSOLARIS_USR_DISTDIR} \ -I${OPENSOLARIS_SYS_DISTDIR} \ -I${OPENSOLARIS_USR_DISTDIR}/head \ |
