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