mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 21:11:04 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
9 lines
102 B
Makefile
9 lines
102 B
Makefile
|
|
PROG= uefisign
|
|
SRCS= uefisign.c child.c pe.c
|
|
MAN= uefisign.8
|
|
|
|
LIBADD= crypto
|
|
|
|
.include <bsd.prog.mk>
|