diff options
-rw-r--r-- | usr.sbin/installboot/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/installboot/Makefile b/usr.sbin/installboot/Makefile index 6ff85a9fe08..d5a4aeb0223 100644 --- a/usr.sbin/installboot/Makefile +++ b/usr.sbin/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2014/03/18 22:36:37 miod Exp $ +# $OpenBSD: Makefile,v 1.14 2015/12/01 15:33:17 deraadt Exp $ PROG= installboot SRCS= installboot.c util.c @@ -29,10 +29,6 @@ SRCS += stubs.c SRCS += stubs.c .endif -.if ${MACHINE} == "aviion" -SRCS += stubs.c -.endif - .if ${MACHINE} == "hppa" CFLAGS += -DBOOTSTRAP SRCS += hppa_installboot.c |