blob: 5dbdc52183bda7f29f58faaca1d3939f029063ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $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>
|