Source-Changes-HG archive

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

[src/trunk]: src/sbin/pdisk compile this for everyone, and warns=5



details:   https://anonhg.NetBSD.org/src/rev/7a873ca68999
branches:  trunk
changeset: 778622:7a873ca68999
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 06 22:42:50 2012 +0000

description:
compile this for everyone, and warns=5

diffstat:

 sbin/pdisk/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 9b9093fb4d1f -r 7a873ca68999 sbin/pdisk/Makefile
--- a/sbin/pdisk/Makefile       Fri Apr 06 22:41:47 2012 +0000
+++ b/sbin/pdisk/Makefile       Fri Apr 06 22:42:50 2012 +0000
@@ -1,20 +1,17 @@
-#      $NetBSD: Makefile,v 1.4 2005/06/27 01:00:06 christos Exp $      
+#      $NetBSD: Makefile,v 1.5 2012/04/06 22:42:50 christos Exp $      
 
 .include <bsd.own.mk>
+WARNS=5
 
 SRCDIR=        ${NETBSDSRCDIR}/dist/pdisk
 .PATH: ${SRCDIR}
 
-.if (${MACHINE} == "macppc" || \
-     ${MACHINE} == "mac68k")
-
 PROG=  pdisk
 
 SRCS=  bitfield.c convert.c deblock_media.c dump.c \
        file_media.c hfs_misc.c io.c layout_dump.c \
        media.c partition_map.c pathname.c pdisk.c util.c \
        validate.c errors.c
-.endif
 
 MAN=   pdisk.8 
 



Home | Main Index | Thread Index | Old Index