diff options
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 953755f1..a8e3d3f0 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -33,6 +33,8 @@ OBJS = $(filter-out loginpr.sh mount.sh sush.sh uptime.sh,$(SRCS:.c=.o)) libutil-libsubst = -lutil INSTALL-login-ops = -o root -m 4755 +INSTALL-ps-ops = -o root -m 4755 +INSTALL-w-ops = -o root -m 4755 include ../Makeconf |