]>
Commit | Line | Data |
---|---|---|
916eb79e A |
1 | Project = passwd |
2 | Install_Dir = /usr/bin | |
1815bff5 A |
3 | |
4 | HFILES = stringops.h | |
916eb79e A |
5 | CFILES = passwd.c file_passwd.c stringops.c |
6 | MANPAGES = passwd.1 | |
1815bff5 | 7 | |
916eb79e | 8 | Embedded=$(shell tconf --test TARGET_OS_EMBEDDED) |
1815bff5 | 9 | |
916eb79e A |
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 | |
1815bff5 | 15 | |
916eb79e | 16 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
1815bff5 | 17 | |
916eb79e | 18 | Install_Program_Mode = 04555 |