aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/Makefile.inc')
-rw-r--r--system_cmds/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/system_cmds/Makefile.inc b/system_cmds/Makefile.inc
new file mode 100644
index 0000000..b098e97
--- /dev/null
+++ b/system_cmds/Makefile.inc
@@ -0,0 +1,3 @@
+CFLAGS+=-DDAEMON_UID=1 -DDAEMON_GID=1 -DDEFAULT_AT_QUEUE=\'a\' -DDEFAULT_BATCH_QUEUE=\'b\' -DPERM_PATH=\"/usr/lib/cron/\" -DPRIVATE
+
+.include "../Makefile.inc"