mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
13 lines
171 B
Makefile
13 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.if ${MK_EFI} != "no"
|
|
MAN+= boot1.efi.8
|
|
.endif
|
|
MAN+= loader.8
|
|
.if ${MK_EFI} != "no"
|
|
MAN+= loader.efi.8
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|