]> git.saurik.com Git - apple/system_cmds.git/blame - passwd.tproj/Makefile
system_cmds-433.8.tar.gz
[apple/system_cmds.git] / passwd.tproj / Makefile
CommitLineData
916eb79e
A
1Project = passwd
2Install_Dir = /usr/bin
1815bff5
A
3
4HFILES = stringops.h
916eb79e
A
5CFILES = passwd.c file_passwd.c stringops.c
6MANPAGES = passwd.1
1815bff5 7
916eb79e 8Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
1815bff5 9
916eb79e
A
10ifeq ($(Embedded),NO)
11CFILES += nis_passwd.c od_passwd.c
12Extra_Frameworks = -F/System/Library/PrivateFrameworks -framework OpenDirectory -framework CoreFoundation
13Extra_CC_Flags = -F/System/Library/PrivateFrameworks
14endif
1815bff5 15
916eb79e 16include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
1815bff5 17
916eb79e 18Install_Program_Mode = 04555