aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/top/Makefile')
-rw-r--r--usr.bin/top/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 148fd96c1914..d11b91273b50 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -7,9 +7,5 @@ SRCS= commands.c display.c machine.c screen.c top.c \
username.c utils.c
MAN= top.1
-.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} < 50000
-NO_WERROR=
-.endif
-
LIBADD= ncursesw m kvm jail util sbuf
.include <bsd.prog.mk>