Source-Changes-HG archive

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

[src/netbsd-1-6]: src/usr.bin/fgen Pull up revision 1.5 (requested by eeh in ...



details:   https://anonhg.NetBSD.org/src/rev/138470b4b22c
branches:  netbsd-1-6
changeset: 527895:138470b4b22c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jun 13 02:42:21 2002 +0000

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

diffstat:

 usr.bin/fgen/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r d27e726f65da -r 138470b4b22c usr.bin/fgen/Makefile
--- a/usr.bin/fgen/Makefile     Thu Jun 13 02:42:12 2002 +0000
+++ b/usr.bin/fgen/Makefile     Thu Jun 13 02:42:21 2002 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.4 2000/07/03 02:51:16 matt Exp $
+#      $NetBSD: Makefile,v 1.4.2.1 2002/06/13 02:42:21 lukem Exp $
 
 CPPFLAGS+= -I${.CURDIR}
 PROG=  fgen
 SRCS=  fgen.l
 MAN=   fgen.1
 
+.ifndef HOSTPROG
 .include <bsd.prog.mk>
+.endif



Home | Main Index | Thread Index | Old Index