summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-02 18:46:42 +0000
committerbde <bde@FreeBSD.org>1997-08-02 18:46:42 +0000
commit27a46c98ad340df2ce6d62bad080cc4bbb5bfdec (patch)
treed1ff940452a295e02cdb68d631eab2045e4c979a /libexec
parent9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f (diff)
parentd7d37d2613dfc3f61618da7c36af64d0fc652946 (diff)
downloadFreeBSD-src-27a46c98ad340df2ce6d62bad080cc4bbb5bfdec.zip
FreeBSD-src-27a46c98ad340df2ce6d62bad080cc4bbb5bfdec.tar.gz
This commit was generated by cvs2svn to compensate for changes in r27847,
which included commits to RCS files with non-trunk default branches.
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 0000000..25c4924
--- /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
OpenPOWER on IntegriCloud