Deleted Added
full compact
5,7c5,6
< OSRCS= chared.c common.c el.c emacs.c hist.c key.c map.c parse.c \
< prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c \
< help.c fcns.c help.h
---
> OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \
> parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
11a11,20
> MAN3= editline.3 editrc.5
>
> MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \
> editline.3 el_gets.3 editline.3 el_getc.3 editline.3 el_push.3 \
> editline.3 el_parse.3 editline.3 el_set.3 editline.3 el_source.3 \
> editline.3 el_resize.3 editline.3 el_line.3 \
> editline.3 el_insertstr.3 editline.3 el_deletestr.3 \
> editline.3 history_init.3 editline.3 history_end.3 editline.3 history.3
>
>
17c26,29
< CLEANFILES+=common.h emacs.h fcns.h help.h vi.h help.c fcns.c editline.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
51d62
<
54a66,69
> beforeinstall:
> ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
> ${.CURDIR}/histedit.h ${DESTDIR}/usr/include
>