diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
commit | 18dba2fe217665c3bdc50fb3b3a724645d1e7196 (patch) | |
tree | 87d57170c6f0a4c76b83ecc25dd486e71aeb0f14 /libexec | |
parent | b773a127aeed9e7ce9292d3296446a4a19b8d11a (diff) | |
download | FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.zip FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.tar.gz |
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/mail.local/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 98f9108..02f33fc 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.7 1997/02/22 14:21:47 peter Exp $ +# $Id: Makefile,v 1.8 1998/08/04 15:30:17 peter Exp $ .PATH: ${.CURDIR}/../../contrib/sendmail/mail.local \ ${.CURDIR}/../../contrib/sendmail/src @@ -7,7 +7,6 @@ PROG= mail.local SRCS= mail.local.c snprintf.c MAN8= mail.local.8 -BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg |