diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-18 02:45:39 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-18 02:45:39 +0000 |
commit | cbe774c170564ab18db2eb8d42f105b173ca0a68 (patch) | |
tree | 79b4739faa2b6f51be14f799f7cd34539108f8d8 /usr.sbin/installboot/Makefile | |
parent | 453ebf9344e915b7d477dc8d5f915462165e53c9 (diff) |
Build installboot on all architectures.
Diffstat (limited to 'usr.sbin/installboot/Makefile')
-rw-r--r-- | usr.sbin/installboot/Makefile | 12 |
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> |