diff options
Diffstat (limited to 'contrib/sendmail/editmap/Makefile')
-rw-r--r-- | contrib/sendmail/editmap/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/sendmail/editmap/Makefile b/contrib/sendmail/editmap/Makefile deleted file mode 100644 index 965e0293bcdd6..0000000000000 --- a/contrib/sendmail/editmap/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $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: |