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

This commit is contained in:
aymeric 2001-07-25 12:32:48 +00:00
parent 336e1d4aa6
commit 16d48eec82
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>