mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
Reviewed by: christos, grahamperrin, kib Differential revision: https://reviews.freebsd.org/D39961
13 lines
164 B
Makefile
13 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= efi-tools
|
|
|
|
PROG= efiwake
|
|
MAN= efiwake.8
|
|
|
|
SRCS= efiwake.c
|
|
|
|
EFIBOOT=${SRCTOP}/stand/efi
|
|
CFLAGS+=-I${EFIBOOT}/include
|
|
|
|
.include <bsd.prog.mk>
|