freebsd-dev/tools/build/mk
Dimitry Andric 15deee52d6 Move GH_BC ObsoleteFiles.inc section to OptionalObsoleteFiles.inc
Optional features belong in the latter file, and should be tested using:

.if ${MK_FEATURE} == no
[...]
.endif
2021-03-20 23:15:01 +01:00
..
bsd.lib.mk Add missing FreeBSD functions to -legacy when building on macOS/Linux 2020-08-25 13:23:31 +00:00
bsd.prog.mk Add missing FreeBSD functions to -legacy when building on macOS/Linux 2020-08-25 13:23:31 +00:00
Makefile.boot getopt: Fix conversion from string-literal to non-const char * 2021-01-19 21:23:25 +00:00
Makefile.boot.pre Add missing FreeBSD functions to -legacy when building on macOS/Linux 2020-08-25 13:23:31 +00:00
OptionalObsoleteFiles.inc Move GH_BC ObsoleteFiles.inc section to OptionalObsoleteFiles.inc 2021-03-20 23:15:01 +01:00