summaryrefslogtreecommitdiffstats
path: root/rules/mgetty.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/mgetty.make')
-rw-r--r--rules/mgetty.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/mgetty.make b/rules/mgetty.make
index e35b85779..a43c6aa8d 100644
--- a/rules/mgetty.make
+++ b/rules/mgetty.make
@@ -131,6 +131,10 @@ ifdef PTXCONF_MGETTY_INSTALL_CONFIG
endif
$(call copy_root, 0, 0, 0700, $(MGETTY_DIR)/mgetty, /usr/sbin/mgetty)
$(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/usr/sbin/mgetty
+ifdef PTXCONF_MGETTY_CALLBACK
+ $(call copy_root, 0, 0, 4755, $(MGETTY_DIR)/callback/callback, /usr/sbin/callback)
+ $(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/usr/sbin/callback
+endif
ifdef PTXCONF_SENDFAX
$(call copy_root, 0, 0, 0755, $(MGETTY_DIR)/sendfax, /usr/sbin/sendfax)
$(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/usr/sbin/sendfax