aboutsummaryrefslogtreecommitdiff
path: root/sendmail/smrsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sendmail/smrsh/Makefile')
-rw-r--r--sendmail/smrsh/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sendmail/smrsh/Makefile b/sendmail/smrsh/Makefile
new file mode 100644
index 000000000000..a9c4af7a2a99
--- /dev/null
+++ b/sendmail/smrsh/Makefile
@@ -0,0 +1,17 @@
+# $Id: Makefile,v 8.5 1999/09/23 22:36:43 ca Exp $
+
+SHELL= /bin/sh
+BUILD= ./Build
+OPTIONS= $(CONFIG) $(FLAGS)
+
+all: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+clean: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+install: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+
+fresh: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) -c
+
+FRC: