Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/stand/bootblock These programs are for the ho...



details:   https://anonhg.NetBSD.org/src/rev/9cb5bd82e886
branches:  trunk
changeset: 513160:9cb5bd82e886
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Wed Jul 25 12:32:48 2001 +0000

description:
These programs are for the host, not for the target, to execute.

diffstat:

 sys/arch/amiga/stand/bootblock/aout2bb/Makefile |  6 +++---
 sys/arch/amiga/stand/bootblock/txlt/Makefile    |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r a4d7ca1aaecc -r 9cb5bd82e886 sys/arch/amiga/stand/bootblock/aout2bb/Makefile
--- a/sys/arch/amiga/stand/bootblock/aout2bb/Makefile   Wed Jul 25 12:21:33 2001 +0000
+++ b/sys/arch/amiga/stand/bootblock/aout2bb/Makefile   Wed Jul 25 12:32:48 2001 +0000
@@ -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 <bsd.prog.mk>
+.include <bsd.hostprog.mk>
diff -r a4d7ca1aaecc -r 9cb5bd82e886 sys/arch/amiga/stand/bootblock/txlt/Makefile
--- a/sys/arch/amiga/stand/bootblock/txlt/Makefile      Wed Jul 25 12:21:33 2001 +0000
+++ b/sys/arch/amiga/stand/bootblock/txlt/Makefile      Wed Jul 25 12:32:48 2001 +0000
@@ -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 <bsd.prog.mk>
+.include <bsd.hostprog.mk>



Home | Main Index | Thread Index | Old Index