1808b5577d
Reviewed by: kib MFC after: 1 week Differential revision: https://reviews.freebsd.org/D36714
14 lines
151 B
Makefile
14 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= efi-tools
|
|
|
|
PROG= efiwake
|
|
MAN=
|
|
|
|
SRCS= efiwake.c
|
|
|
|
EFIBOOT=${SRCTOP}/stand/efi
|
|
CFLAGS+=-I${EFIBOOT}/include
|
|
|
|
.include <bsd.prog.mk>
|