From 9b380e30d4e06cf0243e311871dc27cfa4a6354a Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 2 Jan 2010 10:27:05 +0000 Subject: Build usr.bin/ with WARNS=6 by default. Also add some missing $FreeBSD$ to keep svn happy. --- usr.bin/rup/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/rup') diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 6d32977..e872201 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -2,6 +2,8 @@ PROG= rup +WARNS?= 1 + DPADD= ${LIBRPCSVC} LDADD= -lrpcsvc -- cgit v1.1