]> git.saurik.com Git - apple/system_cmds.git/blame - atrun.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / atrun.tproj / Makefile
CommitLineData
916eb79e
A
1Project = atrun
2Install_Dir = /usr/libexec
1815bff5
A
3
4HFILES = atrun.h
1815bff5 5CFILES = atrun.c
916eb79e
A
6MANPAGES = atrun.8
7LAUNCHD_PLISTS = com.apple.atrun.plist
1815bff5 8
ef8ad44b
A
9Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
10Extra_CC_Flags += -DDAEMON_UID=1 -DDAEMON_GID=1 -I../at.tproj
11Extra_LD_Flags = -dead_strip
1815bff5 12
916eb79e 13include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make