WARNS=2 is going to become the default, so remove it from here.

This commit is contained in:
Mark Murray 2001-12-11 23:27:23 +00:00
parent 1a27f4f2c3
commit 7e52b238c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87700
5 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= ul
WARNS?= 2
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap

View File

@ -2,6 +2,5 @@
# $FreeBSD$
PROG= uniq
WARNS?= 2
.include <bsd.prog.mk>

View File

@ -1,7 +1,6 @@
# $FreeBSD$
PROG= units
WARNS?= 2
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \

View File

@ -2,6 +2,5 @@
# $FreeBSD$
PROG= unvis
WARNS?= 2
.include <bsd.prog.mk>

View File

@ -2,6 +2,5 @@
# $FreeBSD$
PROG= users
WARNS?= 2
.include <bsd.prog.mk>