diff options
Diffstat (limited to 'contrib/sendmail/editmap/Makefile')
-rw-r--r-- | contrib/sendmail/editmap/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/sendmail/editmap/Makefile b/contrib/sendmail/editmap/Makefile new file mode 100644 index 0000000..965e029 --- /dev/null +++ b/contrib/sendmail/editmap/Makefile @@ -0,0 +1,17 @@ +# $Id: Makefile,v 1.1 2000/08/31 16:19:25 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: |