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 6cf8a66a68b..760daf0e44e 100644 --- a/distrib/special/installboot/Makefile +++ b/distrib/special/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2016/09/01 10:08:29 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2016/09/03 13:37:40 guenther Exp $ .PATH: ${.CURDIR}/../../../usr.sbin/installboot @@ -71,10 +71,6 @@ SRCS += sparc64_installboot.c SRCS += sparc64_softraid.c .endif -.if ${MACHINE} == "zaurus" -SRCS += stubs.c -.endif - .if !empty(CFLAGS:M-DBOOTSTRAP) SRCS += bootstrap.c .endif |