]> git.cameronkatri.com Git - apple_cmds.git/blobdiff - shell_cmds/su/Makefile
md5: Don't symlink non working bins, setuid appropriate bins
[apple_cmds.git] / shell_cmds / su / Makefile
index 7bc56fbd4b8a0a7b6f565c055ed1fad7275be593..4466d8d02527e1a397ab5cba37905621ce978ece 100644 (file)
@@ -1,5 +1,8 @@
 PROG=  su
 
+# Setuid this bin
+BINMODE=4555
+
 LDADD=-lpam -liosexec
 
 .include <bsd.prog.mk>