=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/mail/Makefile 1997/09/21 11:49:50 1.8 +++ src/usr.bin/mail/Makefile 2010/01/04 17:50:39 1.9 @@ -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 \ @@ -16,9 +16,5 @@ distribution: cd ${.CURDIR}/misc; ${INSTALL} ${INSTALL_COPY} -o root -g wheel \ -m 644 ${EFILES} ${DESTDIR}/etc - -.if make(install) -SUBDIR+= USD.doc -.endif .include