mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
12 lines
126 B
Makefile
12 lines
126 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <src.opts.mk>
|
||
|
|
|
||
|
|
LIB= secureboot
|
||
|
|
|
||
|
|
.include "Makefile.inc"
|
||
|
|
|
||
|
|
INCS= h/libsecureboot.h
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|