Module Name: src Committed By: dholland Date: Wed Aug 21 21:05:29 UTC 2013
Modified Files: src/usr.bin/rpcinfo: Makefile Log Message: passes WARNS=5, don't set it to 4. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/rpcinfo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/rpcinfo/Makefile diff -u src/usr.bin/rpcinfo/Makefile:1.14 src/usr.bin/rpcinfo/Makefile:1.15 --- src/usr.bin/rpcinfo/Makefile:1.14 Tue Feb 8 22:16:58 2011 +++ src/usr.bin/rpcinfo/Makefile Wed Aug 21 21:05:29 2013 @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2011/02/08 22:16:58 christos Exp $ +# $NetBSD: Makefile,v 1.15 2013/08/21 21:05:29 dholland Exp $ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -WARNS ?= 4 - .include <bsd.own.mk> USE_FORT?= yes # network client