diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 13:03:03 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 13:03:03 +0000 |
commit | 16d7a7f73ec07aecfb580189e665bf0ce417615e (patch) | |
tree | 0a6183b4177242e47a8fe648b4841adf1efd6dc5 /sysutils/Makefile | |
parent | e04f7b4ced4b8042f6cd9b74b96a4a24c6d1e632 (diff) |
add pstack 1.0
Retrieve process/core file stack traces
PR: 37632
Submitted by: Peter Edwards <pmedwards@eircom.net>
Notes
Notes:
svn path=/head/; revision=66598
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b048f38514e3..6de64dac79d8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -165,6 +165,7 @@ SUBDIR += procmap SUBDIR += pslist SUBDIR += psmisc + SUBDIR += pstack SUBDIR += pstree SUBDIR += pwgen SUBDIR += pyfind |