summaryrefslogtreecommitdiff
path: root/lib/libocurses
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-01-04 17:50:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-01-04 17:50:41 +0000
commit3657310ffde14b57c83bc9882dbf3df9ab64ad59 (patch)
tree5d978759bb1cb80f9e4d246f333616a82933f55e /lib/libocurses
parent82efda60e1f3d406a238cffa6f32607838589955 (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 'lib/libocurses')
-rw-r--r--lib/libocurses/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libocurses/Makefile b/lib/libocurses/Makefile
index e37308803b9..f2cf4da9a61 100644
--- a/lib/libocurses/Makefile
+++ b/lib/libocurses/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2005/11/24 20:49:19 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2010/01/04 17:50:38 deraadt Exp $
CFLAGS+=#-DTFILE=\"/dev/ttyp0\"
CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
@@ -14,10 +14,6 @@ SRCS= addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \
SRCS+= termcap.c tgoto.c tputs.c
MAN= ocurses.3 otermcap.3
-.if make(install)
-SUBDIR+= PSD.doc
-.endif
-
includes:
-cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/ocurses.h || \
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \