From 0e52df125525ba43b4275458883d098b81b9b9b0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 2 Aug 1997 18:52:16 +0000 Subject: [PATCH] Makefile.dist is a non-bmaked version of Makefile. We don't want it. --- libexec/mail.local/Makefile.dist | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 libexec/mail.local/Makefile.dist diff --git a/libexec/mail.local/Makefile.dist b/libexec/mail.local/Makefile.dist deleted file mode 100644 index 25c4924ef36e..000000000000 --- a/libexec/mail.local/Makefile.dist +++ /dev/null @@ -1,14 +0,0 @@ -# @(#)Makefile.dist 8.1 (Berkeley) 10/17/94 - -BINDIR= ${DESTDIR}/usr/lib -BINOWN= root -BINMODE=4555 - -mail.local: mail.local.c - ${CC} -O -o mail.local mail.local.c - -install: mail.local - install -s -o ${BINOWN} -m ${BINMODE} mail.local ${BINDIR} - -clean: - rm -f mail.local core a.out