mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
histedit.h is now installed from include.
This commit is contained in:
parent
dba7a33ecc
commit
8401cb0d9a
1 changed files with 0 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue