Module Name:    src
Committed By:   skrll
Date:           Mon Jan  9 16:03:27 UTC 2012

Modified Files:
        src/sys/arch/hp700/stand/boot: Makefile
Removed Files:
        src/sys/arch/hp700/stand/boot: boot.8

Log Message:
Use NOMAN and delete a file.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hp700/stand/boot/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/hp700/stand/boot/boot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/stand/boot/Makefile
diff -u src/sys/arch/hp700/stand/boot/Makefile:1.7 src/sys/arch/hp700/stand/boot/Makefile:1.8
--- src/sys/arch/hp700/stand/boot/Makefile:1.7	Sat May 10 19:11:59 2008
+++ src/sys/arch/hp700/stand/boot/Makefile	Mon Jan  9 16:03:26 2012
@@ -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 @@ PROG=		boot
 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

Reply via email to