Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/aout2hux Use bsd.hostprog.mk to allow EL...



details:   https://anonhg.NetBSD.org/src/rev/1baba3205e29
branches:  trunk
changeset: 486192:1baba3205e29
user:      itohy <itohy%NetBSD.org@localhost>
date:      Mon May 15 05:02:29 2000 +0000

description:
Use bsd.hostprog.mk to allow ELF target on a.out host.

diffstat:

 sys/arch/x68k/stand/aout2hux/Makefile |  18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)

diffs (26 lines):

diff -r 62c77e35581a -r 1baba3205e29 sys/arch/x68k/stand/aout2hux/Makefile
--- a/sys/arch/x68k/stand/aout2hux/Makefile     Mon May 15 03:42:48 2000 +0000
+++ b/sys/arch/x68k/stand/aout2hux/Makefile     Mon May 15 05:02:29 2000 +0000
@@ -1,18 +1,8 @@
-#      $NetBSD: Makefile,v 1.2 1999/03/17 14:52:39 minoura Exp $
-
-PROG=  aout2hux
-MKMAN= no                      # See share/man/man1/man1.x68k/aout2hux.1
-
-# only needed during build
-proginstall::
+#      $NetBSD: Makefile,v 1.3 2000/05/15 05:02:29 itohy Exp $
 
-# Override these rules for cross-compilation
-.c.o:
-       ${HOST_COMPILE.c} ${.IMPSRC}
+HOSTPROG=      aout2hux
+MKMAN=         no              # See share/man/man1/man1.x68k/aout2hux.1
 
-${PROG}: ${OBJS}
-       ${HOST_LINK.c} -o ${.TARGET} ${OBJS}
-
-.include <bsd.prog.mk>
+.include <bsd.hostprog.mk>
 
 ${OBJS}: aout68k.h hux.h type_local.h



Home | Main Index | Thread Index | Old Index