summaryrefslogtreecommitdiff
path: root/usr.bin/mail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mail/Makefile')
-rw-r--r--usr.bin/mail/Makefile6
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>