Build installboot on all architectures.
authorjsing <jsing@openbsd.org>
Sat, 18 Jan 2014 02:45:38 +0000 (02:45 +0000)
committerjsing <jsing@openbsd.org>
Sat, 18 Jan 2014 02:45:38 +0000 (02:45 +0000)
usr.sbin/installboot/Makefile

index 4ab5c07..c455c9e 100644 (file)
@@ -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>