Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/stand/mkboot this is a host prog...



details:   https://anonhg.NetBSD.org/src/rev/94c055a9afce
branches:  trunk
changeset: 538624:94c055a9afce
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Oct 23 14:35:28 2002 +0000

description:
this is a host prog...

diffstat:

 sys/arch/hp700/stand/mkboot/Makefile |  14 +++++---------
 sys/arch/hp700/stand/mkboot/mkboot.8 |   4 ----
 2 files changed, 5 insertions(+), 13 deletions(-)

diffs (29 lines):

diff -r 195fc6015503 -r 94c055a9afce sys/arch/hp700/stand/mkboot/Makefile
--- a/sys/arch/hp700/stand/mkboot/Makefile      Wed Oct 23 14:22:38 2002 +0000
+++ b/sys/arch/hp700/stand/mkboot/Makefile      Wed Oct 23 14:35:28 2002 +0000
@@ -1,12 +1,8 @@
-#      $NetBSD: Makefile,v 1.1 2002/06/06 19:48:14 fredette Exp $
+#      $NetBSD: Makefile,v 1.2 2002/10/23 14:35:28 lukem Exp $
 
-#      $OpenBSD: Makefile,v 1.3 2000/05/31 19:52:59 mickey Exp $
+NOMAN=         # defined
 
-PROG=  mkboot
-CC=    ${HOSTCC}
-CFLAGS=-g -O
-LDSTATIC=      -static
-MAN=   mkboot.8
-MANSUBDIR=/hp700
+HOSTPROG=      mkboot
+SRCS=          mkboot.c
 
-.include <bsd.prog.mk>
+.include <bsd.hostprog.mk>
diff -r 195fc6015503 -r 94c055a9afce sys/arch/hp700/stand/mkboot/mkboot.8
--- a/sys/arch/hp700/stand/mkboot/mkboot.8      Wed Oct 23 14:22:38 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-.\"    $NetBSD: mkboot.8,v 1.1 2002/06/06 19:48:14 fredette Exp $
-.\"
-.\"    $OpenBSD: mkboot.8,v 1.2 2001/07/04 08:48:03 niklas Exp $
-.\"



Home | Main Index | Thread Index | Old Index