Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/mk Pull up revision 1.295 (requested by eeh in ti...



details:   https://anonhg.NetBSD.org/src/rev/373b39128b71
branches:  netbsd-1-6
changeset: 527891:373b39128b71
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jun 13 02:41:48 2002 +0000

description:
Pull up revision 1.295 (requested by eeh in ticket #257):
Add fgen as a host tool, used for sys/arch/sparc/bootblk.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 92e27960ce3b -r 373b39128b71 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jun 13 02:35:20 2002 +0000
+++ b/share/mk/bsd.own.mk       Thu Jun 13 02:41:48 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.294.2.1 2002/06/11 15:58:32 lukem Exp $
+#      $NetBSD: bsd.own.mk,v 1.294.2.2 2002/06/13 02:41:48 lukem Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -126,6 +126,7 @@
 DBSYM=         ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-dbsym
 ELF2ECOFF=     ${TOOLDIR}/bin/nbmips-elf2ecoff
 EQN=           ${TOOLDIR}/bin/nbeqn
+FGEN=          ${TOOLDIR}/bin/nbfgen
 GENCAT=                ${TOOLDIR}/bin/nbgencat
 #GRIND=                ${TOOLDIR}/bin/nbvgrind -f
 GROFF=         PATH=${TOOLDIR}/lib/groff:$${PATH} ${TOOLDIR}/bin/nbgroff



Home | Main Index | Thread Index | Old Index