Remove useless extra definition of libedit flags

Note that all the line editor part is done in the libntp
This commit is contained in:
Baptiste Daroussin 2019-09-12 15:44:53 +00:00
parent 40b1c921bd
commit 97889d2e15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352247
2 changed files with 0 additions and 5 deletions

View file

@ -18,8 +18,6 @@ CFLAGS+= -I${SRCTOP}/contrib/ntp/include \
-I${.CURDIR:H} -I${.CURDIR}
LIBADD= edit ntp m opts pthread
CFLAGS+= -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H \
-I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/edit
.if ${MK_OPENSSL} != "no"
LIBADD+= crypto

View file

@ -28,9 +28,6 @@ LIBADD+= crypto
LIBADD+= md
.endif
CFLAGS+= -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H \
-I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/edit
CLEANFILES+= .version version.c
version.c: