opnsense-src/stand/kboot/libkboot/Makefile
Warner Losh df6ae11400 kboot: Move termios to libkboot
Sponsored by:		Netflix

(cherry picked from commit 36ef238cb604c827c696e975281f63d90641005f)
2024-04-16 13:54:21 -06:00

16 lines
285 B
Makefile

.include <bsd.init.mk>
LIB= kboot
WARNS?= 4
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}
SRCS= crt1.c \
host_syscall.S \
host_syscalls.c \
termios.c
.sinclude "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
.include <bsd.lib.mk>