diff options
Diffstat (limited to 'usr.sbin/installboot/Makefile')
-rw-r--r-- | usr.sbin/installboot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/installboot/Makefile b/usr.sbin/installboot/Makefile index c4c5ea3788a..6e1d1efcd61 100644 --- a/usr.sbin/installboot/Makefile +++ b/usr.sbin/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2022/08/15 17:06:43 kn Exp $ +# $OpenBSD: Makefile,v 1.26 2022/08/31 18:46:06 miod Exp $ PROG= installboot SRCS= installboot.c util.c @@ -25,7 +25,6 @@ SRCS += efi_installboot.c CFLAGS += -DBOOTSTRAP SRCS += hppa_installboot.c .elif ${MACHINE} == "landisk" -CFLAGS += -DBOOTSTRAP SRCS += landisk_installboot.c .elif ${MACHINE} == "loongson" SRCS += loongson_installboot.c |