summaryrefslogtreecommitdiff
path: root/lib/libcurses/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-06 21:44:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-06 21:44:29 +0000
commitb593155566be660410e906862096663095ccb4e6 (patch)
treedd4b89d9507350318ff1c158f5ab22c19b9c7bc7 /lib/libcurses/Makefile
parentc2cd9d42937ccf67c8bb594102c685afb6b5ff37 (diff)
hard-code the include installation path (mostly for speed)
Diffstat (limited to 'lib/libcurses/Makefile')
-rw-r--r--lib/libcurses/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile
index 8c68067d878..408903dbfba 100644
--- a/lib/libcurses/Makefile
+++ b/lib/libcurses/Makefile
@@ -11,12 +11,11 @@ SRCS= addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \
standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c
MAN= curses.3
-# done by src/include/Makefile now
-#includes:
-# -cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h > \
-# /dev/null 2>&1 || \
-# install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
-# ${DESTDIR}/usr/include
+includes:
+ -cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h > \
+ /dev/null 2>&1 || \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
+ ${DESTDIR}/usr/include
.if make(install)
SUBDIR+= PSD.doc