diff --git a/sys/arch/amiga/stand/bootblock/aout2bb/Makefile b/sys/arch/amiga/stand/bootblock/aout2bb/Makefile index dabf9c6be320..d8e6f7c4e24e 100644 --- a/sys/arch/amiga/stand/bootblock/aout2bb/Makefile +++ b/sys/arch/amiga/stand/bootblock/aout2bb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1999/02/13 02:54:37 lukem Exp $ +# $NetBSD: Makefile,v 1.4 2001/07/25 12:32:48 aymeric Exp $ # -PROG= aout2bb +HOSTPROG= aout2bb MKMAN= no SRCS= aout2bb.c chksum.c -.include +.include diff --git a/sys/arch/amiga/stand/bootblock/txlt/Makefile b/sys/arch/amiga/stand/bootblock/txlt/Makefile index 34fa1431ca79..f8c987f3342d 100644 --- a/sys/arch/amiga/stand/bootblock/txlt/Makefile +++ b/sys/arch/amiga/stand/bootblock/txlt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:38 lukem Exp $ +# $NetBSD: Makefile,v 1.5 2001/07/25 12:32:48 aymeric Exp $ # -PROG=txlt +HOSTPROG=txlt MKMAN= no LDADD=-ll CLEANFILES+= txlt.c -.include +.include