summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-08-24 20:55:29 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2016-02-13 15:04:07 +0100
commit028dfd979c1098f213d3bf9f0fc039ec55da2483 (patch)
tree2901bf713e93ebc374776a3747166f20b05d2746 /utils/Makefile
parent23f66dec527cea00bd5613c6d52d22a50b54f3d0 (diff)
utils/vmallocate: new utility
* utils/Makefile (targets): Add 'vmallocate'. * utils/vmallocate.c: New file.
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 603b7221..d2ef9e86 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -22,7 +22,7 @@ targets = shd ps settrans showtrans syncfs fsysopts \
storeinfo login w uptime ids loginpr sush vmstat portinfo \
devprobe vminfo addauth rmauth unsu setauth ftpcp ftpdir storecat \
storeread msgport rpctrace mount gcore fakeauth fakeroot remap \
- umount nullauth rpcscan
+ umount nullauth rpcscan vmallocate
special-targets = loginpr sush uptime fakeroot remap
SRCS = shd.c ps.c settrans.c syncfs.c showtrans.c addauth.c rmauth.c \