mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04: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)
11 lines
147 B
Makefile
11 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
BZ2DIR= ${SRCTOP}/contrib/bzip2
|
|
.PATH: ${BZ2DIR}
|
|
|
|
PROG= bzip2recover
|
|
MAN=
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include <bsd.prog.mk>
|