]>
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 | |
ef8ad44b A |
9 | Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic |
10 | Extra_CC_Flags += -DDAEMON_UID=1 -DDAEMON_GID=1 -I../at.tproj | |
11 | Extra_LD_Flags = -dead_strip | |
1815bff5 | 12 | |
916eb79e | 13 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |