diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-04 17:50:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-04 17:50:41 +0000 |
commit | 3657310ffde14b57c83bc9882dbf3df9ab64ad59 (patch) | |
tree | 5d978759bb1cb80f9e4d246f333616a82933f55e /usr.bin/mail | |
parent | 82efda60e1f3d406a238cffa6f32607838589955 (diff) |
Stop installing many of the incredibly dated and un-authoritative share/doc
files. If any information found in these documents is worthwhile and you
miss it, please make the time to work it into the manual pages (which people
actually do read).
ok guenther
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 37765d90087..7bbb5306add 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1997/09/21 11:49:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2010/01/04 17:50:39 deraadt Exp $ PROG= mail SRCS= version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c \ @@ -17,8 +17,4 @@ distribution: cd ${.CURDIR}/misc; ${INSTALL} ${INSTALL_COPY} -o root -g wheel \ -m 644 ${EFILES} ${DESTDIR}/etc -.if make(install) -SUBDIR+= USD.doc -.endif - .include <bsd.prog.mk> |