aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-07-21 16:06:00 +0000
committerBruce Evans <bde@FreeBSD.org>1997-07-21 16:06:00 +0000
commit745ec60f07e5c94bf2fa1e85518180e908d35df5 (patch)
tree024c281e71a272298ecd081b84ff327e037e144b /usr.bin/top
parent2e9b23b0ba25753b56804a4b62b7648ad0117100 (diff)
Notes
Diffstat (limited to 'usr.bin/top')
-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 7d93a452a7070..01d492645ea24 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