diff options
author | markm <markm@FreeBSD.org> | 2001-12-11 22:31:01 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-12-11 22:31:01 +0000 |
commit | 77bb412269467f5a905ba44e84eeb9427dcde58e (patch) | |
tree | 2c73997516512a59754de436b6b4ab78c3ab032b | |
parent | ff1e6296f0a515acca2fe0ba3cdcb27f991f4abc (diff) | |
download | FreeBSD-src-77bb412269467f5a905ba44e84eeb9427dcde58e.zip FreeBSD-src-77bb412269467f5a905ba44e84eeb9427dcde58e.tar.gz |
Remove WARNS=2 as this is to be the default.
-rw-r--r-- | usr.bin/whois/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index f92ad65..47196cb 100644 --- a/usr.bin/whois/Makefile +++ b/usr.bin/whois/Makefile @@ -4,7 +4,6 @@ MAINTAINER= mike@FreeBSD.org PROG= whois -WARNS?= 2 .if defined(SOCKS) CFLAGS+=-DSOCKS |