]>
Commit | Line | Data |
---|---|---|
916eb79e A |
1 | Project = chkpasswd |
2 | Install_Dir = /usr/libexec | |
1815bff5 A |
3 | |
4 | HFILES = stringops.h | |
34d340d7 | 5 | CFILES = ds_passwd.c nis_passwd.c file_passwd.c passwd.c\ |
1815bff5 | 6 | stringops.c |
916eb79e | 7 | MANPAGES = chkpasswd.8 |
1815bff5 | 8 | |
916eb79e | 9 | Extra_Frameworks = -framework DirectoryService |
1815bff5 | 10 | |
916eb79e | 11 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
1815bff5 | 12 | |
916eb79e | 13 | Install_Program_Mode = 04555 |