]> git.saurik.com Git - apple/system_cmds.git/blobdiff - at.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / at.tproj / Makefile
index cf7e3f7ee462872b183c45808350567aad7aed59..2704d3acd62fa783d7e6d7f8d0f8fcf1ffffdce6 100644 (file)
@@ -7,10 +7,12 @@ MANPAGES = at.1
 
 PROJECT_HEADERS = privs.h pathnames.h
 
-Extra_CC_Flags = -D__FBSDID=__RCSID -DDAEMON_UID=1 -DDAEMON_GID=1 \
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_CC_Flags += -D__FBSDID=__RCSID -DDAEMON_UID=1 -DDAEMON_GID=1 \
        -DDEFAULT_AT_QUEUE='a' -DDEFAULT_BATCH_QUEUE='b' \
        -DPERM_PATH=\"/usr/lib/cron/\" \
        -I/System/Library/Frameworks/System.framework/PrivateHeaders
+Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make