Deleted Added
full compact
Makefile.amd64 (263117) Makefile.amd64 (264087)
1# $FreeBSD: head/sys/boot/Makefile.amd64 263117 2014-03-13 19:26:23Z emaste $
1# $FreeBSD: head/sys/boot/Makefile.amd64 264087 2014-04-03 21:18:03Z emaste $
2
3SUBDIR+= efi
2
3SUBDIR+= efi
4SUBDIR+= ficl64
5SUBDIR+= libstand32
6SUBDIR+= zfs
7SUBDIR+= userboot
4SUBDIR+= libstand32
5SUBDIR+= zfs
6SUBDIR+= userboot
7
8.if ${MK_FORTH} != "no"
9SUBDIR+= ficl32
10.endif