]> git.saurik.com Git - apple/system_cmds.git/blob - atrun.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / atrun.tproj / Makefile
1 Project = atrun
2 Install_Dir = /usr/libexec
3
4 HFILES = atrun.h
5 CFILES = atrun.c
6 MANPAGES = atrun.8
7 LAUNCHD_PLISTS = com.apple.atrun.plist
8
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
12
13 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make