summaryrefslogtreecommitdiffstats
path: root/libexec/mail.local
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-02 18:52:16 +0000
committerbde <bde@FreeBSD.org>1997-08-02 18:52:16 +0000
commitd6cf846a5306d86112bec838bf8e5d717601de4d (patch)
tree9c6abeea2159a31b9e536051714351e3abfe9989 /libexec/mail.local
parent27a46c98ad340df2ce6d62bad080cc4bbb5bfdec (diff)
downloadFreeBSD-src-d6cf846a5306d86112bec838bf8e5d717601de4d.zip
FreeBSD-src-d6cf846a5306d86112bec838bf8e5d717601de4d.tar.gz
Makefile.dist is a non-bmaked version of Makefile. We don't want it.
Diffstat (limited to 'libexec/mail.local')
-rw-r--r--libexec/mail.local/Makefile.dist14
1 files changed, 0 insertions, 14 deletions
diff --git a/libexec/mail.local/Makefile.dist b/libexec/mail.local/Makefile.dist
deleted file mode 100644
index 25c4924..0000000
--- 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
OpenPOWER on IntegriCloud