Module Name:    src
Committed By:   christos
Date:           Fri Apr  6 22:42:50 UTC 2012

Modified Files:
        src/sbin/pdisk: Makefile

Log Message:
compile this for everyone, and warns=5


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sbin/pdisk/Makefile

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

Modified files:

Index: src/sbin/pdisk/Makefile
diff -u src/sbin/pdisk/Makefile:1.4 src/sbin/pdisk/Makefile:1.5
--- src/sbin/pdisk/Makefile:1.4	Sun Jun 26 21:00:06 2005
+++ src/sbin/pdisk/Makefile	Fri Apr  6 18:42:50 2012
@@ -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 
 

Reply via email to