mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00: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>
|