summaryrefslogtreecommitdiff
path: root/sapi/milter/Makefile.frag
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/milter/Makefile.frag')
-rw-r--r--sapi/milter/Makefile.frag8
1 files changed, 8 insertions, 0 deletions
diff --git a/sapi/milter/Makefile.frag b/sapi/milter/Makefile.frag
new file mode 100644
index 0000000..26200a1
--- /dev/null
+++ b/sapi/milter/Makefile.frag
@@ -0,0 +1,8 @@
+milter: $(SAPI_MILTER_PATH)
+
+$(SAPI_MILTER_PATH): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_SAPI_OBJS)
+ $(BUILD_MILTER)
+
+install-milter: $(SAPI_MILTER_PATH)
+ @$(INSTALL) -m 0755 $(SAPI_MILTER_PATH) $(bindir)/php-milter
+