summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-01-18 02:45:38 +0000
committerjsing <jsing@openbsd.org>2014-01-18 02:45:38 +0000
commit19c13cc86b568d9aacbfba21800732f901ed8e2c (patch)
tree03f1a5c6e667eca5332e8bf62c75ec5a665036ab
parentrename scsi_ioh_runqueue to scsi_iopool_run, and make it available (diff)
downloadwireguard-openbsd-19c13cc86b568d9aacbfba21800732f901ed8e2c.tar.xz
wireguard-openbsd-19c13cc86b568d9aacbfba21800732f901ed8e2c.zip
Build installboot on all architectures.
-rw-r--r--usr.sbin/installboot/Makefile12
1 files changed, 1 insertions, 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 <bsd.prog.mk>