]> git.cameronkatri.com Git - apple_cmds.git/blobdiff - system_cmds/passwd.tproj/Makefile
md5: Don't symlink non working bins, setuid appropriate bins
[apple_cmds.git] / system_cmds / passwd.tproj / Makefile
index 7dcc91f476ea5ce46f46fe70700be7964b720586..3df567775dc1987e63c357715fcf885fcc9ae9af 100644 (file)
@@ -3,6 +3,9 @@ MAN=    passwd.1
 SRCS=  file_passwd.c nis_passwd.c od_passwd.c \
        pam_passwd.c passwd.c
 
+# Setuid this bin
+BINMODE=4555
+
 LDADD+=-lcrypt
 
 .include <bsd.prog.mk>