diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/mailstats/Makefile')
-rw-r--r-- | gnu/usr.sbin/sendmail/mailstats/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.sbin/sendmail/mailstats/Makefile b/gnu/usr.sbin/sendmail/mailstats/Makefile new file mode 100644 index 00000000000..e1b3b3caadb --- /dev/null +++ b/gnu/usr.sbin/sendmail/mailstats/Makefile @@ -0,0 +1,17 @@ +# $Sendmail: Makefile,v 8.5 1999/09/23 22:36:36 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: |