mirror of
https://github.com/opnsense/src.git
synced 2026-03-13 14:12:38 -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)
|
||
|---|---|---|
| .. | ||
| TEST | ||
| tests | ||
| eval.c | ||
| expr.c | ||
| extern.h | ||
| gnum4.c | ||
| look.c | ||
| m4.1 | ||
| main.c | ||
| Makefile | ||
| Makefile.depend | ||
| mdef.h | ||
| misc.c | ||
| NOTES | ||
| parser.y | ||
| pathnames.h | ||
| stdd.h | ||
| tokenizer.l | ||
| trace.c | ||