diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-21 16:06:00 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-21 16:06:00 +0000 |
| commit | 745ec60f07e5c94bf2fa1e85518180e908d35df5 (patch) | |
| tree | 024c281e71a272298ecd081b84ff327e037e144b /usr.bin/top | |
| parent | 2e9b23b0ba25753b56804a4b62b7648ad0117100 (diff) | |
Notes
Diffstat (limited to 'usr.bin/top')
| -rw-r--r-- | usr.bin/top/Makefile | 1 |
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 |
