d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
13 lines
152 B
Makefile
13 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>
|