-# $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
SRCS += softraid.c
.endif
-.else
-NOPROG=
-NOMAN=
-.endif
-
.include <bsd.prog.mk>