summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/installboot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/stand/installboot')
-rw-r--r--sys/arch/sun3/stand/installboot/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sun3/stand/installboot/Makefile b/sys/arch/sun3/stand/installboot/Makefile
index 7187eae6ad6..4b86f573bcb 100644
--- a/sys/arch/sun3/stand/installboot/Makefile
+++ b/sys/arch/sun3/stand/installboot/Makefile
@@ -1,11 +1,16 @@
# $NetBSD: Makefile,v 1.4 1995/10/08 23:44:02 gwr Exp $
-PROG= installboot
MAN= installboot.8
BINDIR=/usr/mdec
MANSUBDIR=/sun3
+.if ${MACHINE} == "sun3"
+PROG= installboot
+
# Need this to work in the miniroot
LDSTATIC= -static
+.else
+NOPROG=
+.endif
.include <bsd.prog.mk>