diff options
author | bde <bde@FreeBSD.org> | 1997-08-02 18:52:16 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-08-02 18:52:16 +0000 |
commit | d6cf846a5306d86112bec838bf8e5d717601de4d (patch) | |
tree | 9c6abeea2159a31b9e536051714351e3abfe9989 | |
parent | 27a46c98ad340df2ce6d62bad080cc4bbb5bfdec (diff) | |
download | FreeBSD-src-d6cf846a5306d86112bec838bf8e5d717601de4d.zip FreeBSD-src-d6cf846a5306d86112bec838bf8e5d717601de4d.tar.gz |
Makefile.dist is a non-bmaked version of Makefile. We don't want it.
-rw-r--r-- | libexec/mail.local/Makefile.dist | 14 |
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 |