mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
12 lines
152 B
Makefile
12 lines
152 B
Makefile
|
|
PACKAGE= efi-tools
|
|
|
|
PROG= efiwake
|
|
MAN= efiwake.8
|
|
|
|
SRCS= efiwake.c
|
|
|
|
EFIBOOT=${SRCTOP}/stand/efi
|
|
CFLAGS+=-I${EFIBOOT}/include
|
|
|
|
.include <bsd.prog.mk>
|