diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/efi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/Makefile b/sys/boot/efi/Makefile index f7f72f7..ce52113 100644 --- a/sys/boot/efi/Makefile +++ b/sys/boot/efi/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= libefi loader +SUBDIR= libefi .include <bsd.subdir.mk> |