mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo
over ${.CURDIR}/../foo for paths in Makefiles.
Differential Revision: https://reviews.freebsd.org/D9932
Sponsored by: Netflix
Silence on: arch@ (twice)
6 lines
87 B
Makefile
6 lines
87 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= locale
|
|
CFLAGS+= -I${SRCTOP}/lib/libc/locale
|
|
|
|
.include <bsd.prog.mk>
|