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/boot Use NOMAN and delete a file.



details:   https://anonhg.NetBSD.org/src/rev/922a9c3422c0
branches:  trunk
changeset: 772618:922a9c3422c0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 09 16:03:26 2012 +0000

description:
Use NOMAN and delete a file.

diffstat:

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

diffs (26 lines):

diff -r 8719fc991278 -r 922a9c3422c0 sys/arch/hp700/stand/boot/Makefile
--- a/sys/arch/hp700/stand/boot/Makefile        Mon Jan 09 15:45:19 2012 +0000
+++ b/sys/arch/hp700/stand/boot/Makefile        Mon Jan 09 16:03:26 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2008/05/10 19:11:59 skrll Exp $
+#      $NetBSD: Makefile,v 1.8 2012/01/09 16:03:26 skrll Exp $
 
 #      $OpenBSD: Makefile,v 1.10 2000/05/31 19:56:51 mickey Exp $
 
@@ -6,6 +6,8 @@
 PROGSOURCE=    srt0.S boot.c bootinfo.c ct.c conf.c lf.c lif.c tgets.c
 NEWVERSWHAT=   "LIF/FFS/LFS Boot"
 
+NOMAN=         # defined
+
 CLEANFILES+=   boot.gdb boot.map
 
 # IODC can handle only 2GB, and need not to use 64bit integer
diff -r 8719fc991278 -r 922a9c3422c0 sys/arch/hp700/stand/boot/boot.8
--- a/sys/arch/hp700/stand/boot/boot.8  Mon Jan 09 15:45:19 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-.\"    $NetBSD: boot.8,v 1.1 2002/06/06 19:48:11 fredette Exp $
-.\"
-.\"    $OpenBSD: boot.8,v 1.2 2001/07/04 08:47:28 niklas Exp $
-.\"



Home | Main Index | Thread Index | Old Index