summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/top/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 7d93a45..01d4926 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -17,6 +17,7 @@ CFLAGS+= -D"Table_size=${TOP_TABLE_SIZE}"
SRCS= commands.c display.c machine.c screen.c top.c \
username.c utils.c version.c
+CLEANFILES+= top.1
DPADD= ${LIBTERMCAP} ${LIBM} ${LIBKVM}
LDADD= -ltermcap -lm -lkvm
BINGRP= kmem
OpenPOWER on IntegriCloud