summaryrefslogtreecommitdiffstats
path: root/libexec/mail.local/Makefile.dist
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/mail.local/Makefile.dist')
-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