diff options
Diffstat (limited to 'usr.sbin/installboot/Makefile')
| -rw-r--r-- | usr.sbin/installboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/installboot/Makefile b/usr.sbin/installboot/Makefile index be865cde19b..a3a012ede4b 100644 --- a/usr.sbin/installboot/Makefile +++ b/usr.sbin/installboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2012/08/10 12:10:28 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2014/02/24 07:23:44 skrll Exp $ # .include <bsd.own.mk> @@ -12,7 +12,7 @@ ARCH_XLAT= amd64-i386.c news68k-news.c newsmips-news.c ARCH_XLAT+= sun2-sun68k.c sun3-sun68k.c .if !defined(SMALLPROG) && !defined(ARCH_FILES) -ARCH_FILES= alpha.c amiga.c emips.c ews4800mips.c hp300.c hp700.c i386.c +ARCH_FILES= alpha.c amiga.c emips.c ews4800mips.c hp300.c hppa.c i386.c ARCH_FILES+= landisk.c macppc.c news.c next68k.c pmax.c ARCH_FILES+= sparc.c sparc64.c sun68k.c vax.c x68k.c .else |
