aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/su/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/su/Makefile')
-rw-r--r--shell_cmds/su/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell_cmds/su/Makefile b/shell_cmds/su/Makefile
index 7bc56fb..4466d8d 100644
--- a/shell_cmds/su/Makefile
+++ b/shell_cmds/su/Makefile
@@ -1,5 +1,8 @@
PROG= su
+# Setuid this bin
+BINMODE=4555
+
LDADD=-lpam -liosexec
.include <bsd.prog.mk>