]>
Commit | Line | Data |
---|---|---|
916eb79e A |
1 | Project = atrun |
2 | Install_Dir = /usr/libexec | |
1815bff5 A |
3 | |
4 | HFILES = atrun.h | |
1815bff5 | 5 | CFILES = atrun.c |
916eb79e A |
6 | MANPAGES = atrun.8 |
7 | LAUNCHD_PLISTS = com.apple.atrun.plist | |
1815bff5 | 8 | |
916eb79e | 9 | Extra_CC_Flags = -DDAEMON_UID=1 -DDAEMON_GID=1 -I../at.tproj |
1815bff5 | 10 | |
916eb79e | 11 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |