Pull histedit.h out, it lives in /usr/src/include, not here.

This commit is contained in:
Mike Smith 1997-06-25 09:49:06 +00:00
parent 750520a18c
commit e3144c3932
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26933

View File

@ -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>