mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 19:37:37 -04:00
OPNsense - FreeBSD source
previous commit:
+ Everything is initialized using ?= instead of =.
+ Nicer formatting (more white space).
+ .c: rule.
Add macros ECHO and ECHODIR. Both are normally `echo', but when
the make flags include -s, ECHO is set to `true' and when the make
flags include two or more -s's ECHODIR is set to `true'. @${ECHO}
should be used instead of @echo in most cases. ${ECHODIR} is
intended to be used mainly for messages about directory names.
|
||
|---|---|---|
| bin | ||
| eBones | ||
| etc | ||
| gnu | ||
| include | ||
| lib | ||
| libexec | ||
| sbin | ||
| secure | ||
| share | ||
| sys | ||
| tools/regression/usr.bin/sed | ||
| usr.bin | ||
| usr.sbin | ||
| CVS-INFO | ||
| Makefile | ||
| TODO | ||