freebsd-dev/usr.sbin/efiwake/Makefile
Johannes Totz 1808b5577d Add efiwake tool
Reviewed by:	kib
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D36714
2023-04-28 04:28:51 +03:00

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>