diff options
author | Miles Bader <miles@gnu.org> | 1996-07-26 03:12:48 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-26 03:12:48 +0000 |
commit | d68d486d57f96798ed87521b4aa181df51cb8710 (patch) | |
tree | 5670fe61f6dca7c931b165af4a7a9ae981b01136 /utils | |
parent | b39fa5e4130a00de59826f1b0896d1167e3a9a6f (diff) |
(INSTALL-vmstat-ops): New variable.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index a8e3d3f0..f2ac188b 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -35,6 +35,7 @@ libutil-libsubst = -lutil INSTALL-login-ops = -o root -m 4755 INSTALL-ps-ops = -o root -m 4755 INSTALL-w-ops = -o root -m 4755 +INSTALL-vmstat-ops = -o root -m 4755 include ../Makeconf |