mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
11 lines
114 B
Makefile
11 lines
114 B
Makefile
|
|
||
|
.include <src.opts.mk>
|
||
|
|
||
|
LIB= secureboot
|
||
|
|
||
|
.include "Makefile.inc"
|
||
|
|
||
|
INCS= h/libsecureboot.h
|
||
|
|
||
|
.include <bsd.lib.mk>
|