diff options
| author | itohy <itohy@NetBSD.org> | 2000-05-15 05:02:29 +0000 |
|---|---|---|
| committer | itohy <itohy@NetBSD.org> | 2000-05-15 05:02:29 +0000 |
| commit | cb3a247145b4ef2fc84ca6574771084eddbf8848 (patch) | |
| tree | 8c54d8fbb31204122a91dd41dd5ce094c1ec7b51 /sys | |
| parent | e8b0f2b813a93296e57e9fb9f634ebd46f9f71a5 (diff) | |
Use bsd.hostprog.mk to allow ELF target on a.out host.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/x68k/stand/aout2hux/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/sys/arch/x68k/stand/aout2hux/Makefile b/sys/arch/x68k/stand/aout2hux/Makefile index 2b7eac6dd0e..037115a6129 100644 --- a/sys/arch/x68k/stand/aout2hux/Makefile +++ b/sys/arch/x68k/stand/aout2hux/Makefile @@ -1,18 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/03/17 14:52:39 minoura Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/15 05:02:29 itohy Exp $ -PROG= aout2hux -MKMAN= no # See share/man/man1/man1.x68k/aout2hux.1 +HOSTPROG= aout2hux +MKMAN= no # See share/man/man1/man1.x68k/aout2hux.1 -# only needed during build -proginstall:: - -# Override these rules for cross-compilation -.c.o: - ${HOST_COMPILE.c} ${.IMPSRC} - -${PROG}: ${OBJS} - ${HOST_LINK.c} -o ${.TARGET} ${OBJS} - -.include <bsd.prog.mk> +.include <bsd.hostprog.mk> ${OBJS}: aout68k.h hux.h type_local.h |
