summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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