Skip to content

Commit 908277f

Browse files
committed
add vmtop to /usr/bin
1 parent 40ac35e commit 908277f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ install:
2424
install -m 0755 bin/xcapture ${PREFIX}/bin/xcapture
2525
install -m 0755 bin/psn ${PREFIX}/bin/psn
2626
install -m 0755 bin/schedlat ${PREFIX}/bin/schedlat
27+
install -m 0755 bin/vmtop ${PREFIX}/bin/vmtop
2728
install -m 0755 -d ${PREFIX}/lib/0xtools
2829
install -m 0644 lib/0xtools/psnproc.py ${PREFIX}/lib/0xtools/psnproc.py
2930
install -m 0644 lib/0xtools/psnreport.py ${PREFIX}/lib/0xtools/psnreport.py

0 commit comments

Comments
 (0)