diff options
-rw-r--r-- | sys/boot/sparc64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/Makefile b/sys/boot/sparc64/Makefile index c93d0bc..fdc87fd 100644 --- a/sys/boot/sparc64/Makefile +++ b/sys/boot/sparc64/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= boot1 bootblock loader +SUBDIR= boot1 loader .include <bsd.subdir.mk> |