summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-06-25 09:49:06 +0000
committermsmith <msmith@FreeBSD.org>1997-06-25 09:49:06 +0000
commit087cba271c05c901f20fa53b610012e377d4bc85 (patch)
treec9f8a42d8d61fddba42bae3342829aa7244dc238 /lib/libedit
parent8f700a6d4350885564ee9e7ac807063491d025bd (diff)
downloadFreeBSD-src-087cba271c05c901f20fa53b610012e377d4bc85.zip
FreeBSD-src-087cba271c05c901f20fa53b610012e377d4bc85.tar.gz
Pull histedit.h out, it lives in /usr/src/include, not here.
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index cbe5e1f..f59b463 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -24,7 +24,6 @@ MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \
SRCS= editline.c tokenizer.c history.c
SRCS+= common.h emacs.h fcns.h help.h vi.h
-HEADERS=histedit.h
CLEANFILES+=common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h
CFLAGS+=-I. -I${.CURDIR}
@@ -63,8 +62,4 @@ editline.c: ${OSRCS}
test: test.o libedit.a ${DPADD} ${LIBTERMCAP}
${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD}
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${.CURDIR}/histedit.h ${DESTDIR}/usr/include
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud