diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index ebd5c48570ad..35ed3ba2b78f 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -6,6 +6,8 @@ TOPDIR= ${.CURDIR}/../../contrib/top CFLAGS+= -DHAVE_GETOPT -I${.CURDIR} -I${TOPDIR} -I. -DORDER +WARNS?= 0 + # # The table size should be a prime number approximately twice as # large as the number of lines in /etc/passwd. The default number