diff options
Diffstat (limited to 'usr.bin/mail/Makefile')
-rw-r--r-- | usr.bin/mail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 28e7d78af58..bc9daa66cce 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:49 millert Exp $ +# $OpenBSD: Makefile,v 1.7 1997/07/28 10:01:12 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1996/06/08 19:48:09 christos Exp $ PROG= mail @@ -13,6 +13,8 @@ MLINKS= mail.1 Mail.1 mail.1 mailx.1 beforeinstall: cd ${.CURDIR}/misc; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ -m 444 ${SFILES} ${DESTDIR}/usr/share/misc + +distribution: cd ${.CURDIR}/misc; ${INSTALL} ${INSTALL_COPY} -o root -g wheel \ -m 644 ${EFILES} ${DESTDIR}/etc |