diff options
Diffstat (limited to 'distrib/special/installboot/Makefile')
-rw-r--r-- | distrib/special/installboot/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/distrib/special/installboot/Makefile b/distrib/special/installboot/Makefile index 148657ae01d..6cf8a66a68b 100644 --- a/distrib/special/installboot/Makefile +++ b/distrib/special/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2016/08/10 14:27:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2016/09/01 10:08:29 deraadt Exp $ .PATH: ${.CURDIR}/../../../usr.sbin/installboot @@ -65,10 +65,6 @@ SRCS += stubs.c SRCS += stubs.c .endif -.if ${MACHINE} == "sparc" -SRCS += stubs.c -.endif - .if ${MACHINE} == "sparc64" CFLAGS += -DSOFTRAID SRCS += sparc64_installboot.c |