mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
d0ef721ed3
Compared to current version in base: - great improvements on the Unicode support - full support for filename completion including quoting which means we do not need anymore our custom addition) - Improved readline compatiblity Upgrading libedit has been a pain in the past, because somehow we never managed to properly cleanup the tree in lib/libedit and each merge has always been very painful. After years of fighting give up and refresh a merge from scrarch properly in contrib. Note that the switch to this version will be done in another commit.
14 lines
258 B
Makefile
14 lines
258 B
Makefile
# $NetBSD: Makefile,v 1.8 2016/02/17 19:47:49 christos Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${NETBSDSRCDIR}/lib/libedit
|
|
|
|
INCS= readline.h
|
|
INCSDIR= /usr/include/readline
|
|
INCSYMLINKS= readline.h ${INCSDIR}/history.h
|
|
|
|
.include <bsd.prog.mk>
|