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.78 (requested by eeh in tic...



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

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

diffstat:

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

diffs (17 lines):

diff -r 373b39128b71 -r 728bf2942c75 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Thu Jun 13 02:41:48 2002 +0000
+++ b/share/mk/bsd.sys.mk       Thu Jun 13 02:41:56 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.77.2.1 2002/06/11 16:30:38 lukem Exp $
+#      $NetBSD: bsd.sys.mk,v 1.77.2.2 2002/06/13 02:41:56 lukem Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -67,6 +67,7 @@
 CONFIG?=       config
 CRUNCHGEN?=    crunchgen
 ELF2ECOFF?=    elf2ecoff
+FGEN?=         fgen
 GROFF?=                groff
 INSTALLBOOT?=  installboot
 MAKEFS?=       makefs



Home | Main Index | Thread Index | Old Index