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