diff options
Diffstat (limited to 'sys/boot/powerpc/uboot/Makefile')
-rw-r--r-- | sys/boot/powerpc/uboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile index c4180cb..4239e47 100644 --- a/sys/boot/powerpc/uboot/Makefile +++ b/sys/boot/powerpc/uboot/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.include <bsd.own.mk> +.include <src.opts.mk> PROG= ubldr NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH} |