summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-04 20:47:46 +0000
committerwollman <wollman@FreeBSD.org>1994-08-04 20:47:46 +0000
commit5e44d04ddedddb0b4867a7f5251fde60df348501 (patch)
tree634b53d352b29d52486a77b3c810271203bf083d /lib/libedit
parent4e7c0a8db9c064015deec08358672b7cec591a01 (diff)
downloadFreeBSD-src-5e44d04ddedddb0b4867a7f5251fde60df348501.zip
FreeBSD-src-5e44d04ddedddb0b4867a7f5251fde60df348501.tar.gz
histedit.h is now installed from include.
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 9dc0471..605766d 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -49,10 +49,4 @@ editline.c: ${OSRCS}
test: libedit.a test.o
${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap
-beforeinstall:
- -cd ${.CURDIR}; cmp -s histedit.h ${DESTDIR}/usr/include/histedit.h > \
- /dev/null 2>&1 || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 histedit.h \
- ${DESTDIR}/usr/include
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud