mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
2e3f49888e
Sponsored by: Netflix
8 lines
213 B
Makefile
8 lines
213 B
Makefile
# Bring in the mini-libc that we wrote
|
|
|
|
KBOOTSRC=${BOOTSRC}/kboot
|
|
CFLAGS+=-I${KBOOTSRC}/include -I${KBOOTSRC}/include/arch/${MACHINE_ARCH}
|
|
LIBKBOOT=${BOOTOBJ}/kboot/libkboot/libkboot.a
|
|
|
|
.include "../Makefile.inc"
|