mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04: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>
|