]> git.saurik.com Git - apple/system_cmds.git/blobdiff - passwd.tproj/Makefile
system_cmds-541.tar.gz
[apple/system_cmds.git] / passwd.tproj / Makefile
index b3136d1c3b389cfcdf7d44e44e0e664e6dd9a000..d0303f12d5a5405f9bb8cbc67edbc83a6016582d 100644 (file)
@@ -1,13 +1,12 @@
 Project = passwd
 Install_Dir = /usr/bin
 
-HFILES = stringops.h
-CFILES = passwd.c file_passwd.c stringops.c
+CFILES = passwd.c file_passwd.c
 MANPAGES = passwd.1
 
 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
 
-Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_CC_Flags = -Wall -Werror
 Extra_LD_Flags = -dead_strip
 
 ifeq ($(Embedded),NO)
@@ -17,7 +16,7 @@ endif
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
 
-Install_Program_Mode = 04555
+Install_Program_Mode = 0555
 
 after_install:
        $(INSTALL_DIRECTORY) "$(DSTROOT)"/private/etc/pam.d