]>
Commit | Line | Data |
---|---|---|
916eb79e A |
1 | Project = chpass |
2 | Install_Dir = /usr/bin | |
3 | Extra_CC_Flags = -DOPEN_DIRECTORY -fconstant-cfstrings \ | |
4 | -I../pwd_mkdb.tproj -I../vipw.tproj \ | |
5 | -F/System/Library/PrivateFrameworks | |
1815bff5 | 6 | |
34d340d7 | 7 | HFILES = chpass.h open_directory.h pw_copy.h |
c3a08f59 | 8 | CFILES = chpass.c edit.c field.c pw_copy.c table.c util.c \ |
34d340d7 | 9 | open_directory.c |
916eb79e | 10 | MANPAGES = chpass.1 |
1815bff5 | 11 | |
916eb79e | 12 | Extra_Frameworks = -F/System/Library/PrivateFrameworks -framework OpenDirectory -framework CoreFoundation |
1815bff5 | 13 | |
916eb79e | 14 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
1815bff5 | 15 | |
916eb79e | 16 | Install_Program_Mode = 04555 |
1815bff5 | 17 | |
916eb79e A |
18 | after_install: |
19 | $(LN) -sf chpass.1 $(DSTROOT)/usr/share/man/man1/chfn.1 | |
20 | $(LN) -sf chpass.1 $(DSTROOT)/usr/share/man/man1/chsh.1 | |
21 | $(LN) -f $(DSTROOT)$(Install_Dir)/chpass $(DSTROOT)$(Install_Dir)/chfn | |
22 | $(LN) -f $(DSTROOT)$(Install_Dir)/chpass $(DSTROOT)$(Install_Dir)/chsh |