From 19c13cc86b568d9aacbfba21800732f901ed8e2c Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 18 Jan 2014 02:45:38 +0000 Subject: [PATCH] Build installboot on all architectures. --- usr.sbin/installboot/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/usr.sbin/installboot/Makefile b/usr.sbin/installboot/Makefile index 4ab5c07334b..c455c9ee4c2 100644 --- a/usr.sbin/installboot/Makefile +++ b/usr.sbin/installboot/Makefile @@ -1,9 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2014/01/05 16:02:40 jsing Exp $ - -.if (${MACHINE} == "amd64" || ${MACHINE} == "hp300" || \ - ${MACHINE} == "hppa" || ${MACHINE} == "hppa64" || \ - ${MACHINE} == "i386" || ${MACHINE} == "landisk" || \ - ${MACHINE} == "sparc64" || ${MACHINE} == "vax") +# $OpenBSD: Makefile,v 1.9 2014/01/18 02:45:38 jsing Exp $ PROG= installboot SRCS= installboot.c @@ -25,9 +20,4 @@ SRCS += bootstrap.c SRCS += softraid.c .endif -.else -NOPROG= -NOMAN= -.endif - .include -- 2.20.1