aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-02 18:46:42 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-02 18:46:42 +0000
commit75d986c2a662fec07c280057c13c29e3fbaffce9 (patch)
treea595bc60779ed566159d2692f4cecacb2da22f02 /libexec
parent1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (diff)
parent9c6077500415e049d1458d89bfe54e111281f485 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/mail.local/Makefile.dist14
1 files changed, 14 insertions, 0 deletions
diff --git a/libexec/mail.local/Makefile.dist b/libexec/mail.local/Makefile.dist
new file mode 100644
index 000000000000..25c4924ef36e
--- /dev/null
+++ b/libexec/mail.local/Makefile.dist
@@ -0,0 +1,14 @@
+# @(#)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