mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
16 lines
305 B
Makefile
16 lines
305 B
Makefile
EFIBOOT=${SRCTOP}/stand/efi
|
|
EFIINCL=${SRCTOP}/stand/efi/include
|
|
EFIVAR=${SRCTOP}/usr.sbin/efivar
|
|
.PATH: ${EFIBOOT}/libefi ${EFIVAR}
|
|
CFLAGS+= -I${EFIVAR} -I${EFIINCL}
|
|
|
|
PACKAGE= efi-tools
|
|
|
|
PROG=efibootmgr
|
|
MAN= efibootmgr.8
|
|
SRCS= efichar.c efiutil.c efibootmgr.c
|
|
|
|
LIBADD= efivar geom
|
|
|
|
.include <bsd.prog.mk>
|