diff options
author | markm <markm@FreeBSD.org> | 2001-12-11 23:27:23 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-12-11 23:27:23 +0000 |
commit | a71a530c96758135360c74dec808c73a5fa1ef8d (patch) | |
tree | 86c6558243768d0d8a642e1462362da4a1a78c8e /usr.bin/uniq/Makefile | |
parent | b986f33d020a121c4aa4f6939cc85864dff2912f (diff) | |
download | FreeBSD-src-a71a530c96758135360c74dec808c73a5fa1ef8d.zip FreeBSD-src-a71a530c96758135360c74dec808c73a5fa1ef8d.tar.gz |
WARNS=2 is going to become the default, so remove it from here.
Diffstat (limited to 'usr.bin/uniq/Makefile')
-rw-r--r-- | usr.bin/uniq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile index 2bc6ad4..2bcf18e 100644 --- a/usr.bin/uniq/Makefile +++ b/usr.bin/uniq/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= uniq -WARNS?= 2 .include <bsd.prog.mk> |