repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ipfw: Increate FIN states life time.
[dragonfly.git]
/
sys
/
boot
/
efi
/
Makefile
blob
5fd53e5923cdcd27bdfb4228e722fd2033f0c490
1
# $FreeBSD: head/sys/boot/efi/Makefile 296892 2016-03-15 05:17:31Z imp $
2
3
.if
${
MACHINE_ARCH
} ==
"x86_64"
4
SUBDIR
+=
libefi loader boot1
5
.
endif
6
7
.
include
<
bsd.subdir.mk
>