diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:33:20 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:33:20 +0000 |
| commit | 914108c8103c2eb1df2ae3e7c7e16f17dcae23dd (patch) | |
| tree | 75d2437e639cf7173ac126a3267e9d3966714331 /lib/libsysdecode | |
| parent | 6e0ad41c47243ab9f350ab58f076e9f8ef886292 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode')
| -rw-r--r-- | lib/libsysdecode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsysdecode/Makefile b/lib/libsysdecode/Makefile index 47ba9af97cb1..bde9460fee75 100644 --- a/lib/libsysdecode/Makefile +++ b/lib/libsysdecode/Makefile @@ -9,8 +9,8 @@ SRCS= errno.c flags.c ioctl.c signal.c syscallnames.c utrace.c INCS= sysdecode.h CFLAGS+= -I${.OBJDIR} -CFLAGS+= -I${.CURDIR}/../../sys -CFLAGS+= -I${.CURDIR}/../../libexec/rtld-elf +CFLAGS+= -I${SRCTOP}/sys +CFLAGS+= -I${SRCTOP}/libexec/rtld-elf MAN= sysdecode.3 \ sysdecode_abi_to_freebsd_errno.3 \ |
