aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locale
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/locale')
-rw-r--r--usr.bin/locale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile
index 1ca2f1078745..81395ec88137 100644
--- a/usr.bin/locale/Makefile
+++ b/usr.bin/locale/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
PROG= locale
-CFLAGS+= -I${.CURDIR}/../../lib/libc/locale
+CFLAGS+= -I${SRCTOP}/lib/libc/locale
.include <bsd.prog.mk>