1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00

Remove -lncurses from LDADD. It is not used. Also add DPADD line.

OK deraadt@
This commit is contained in:
claudio 2022-09-03 15:58:40 +00:00
parent 30c38fb10a
commit 75ff2046b8

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2013/07/01 10:15:04 kettenis Exp $
# $OpenBSD: Makefile,v 1.3 2022/09/03 15:58:40 claudio Exp $
.PATH: ${.CURDIR}/..
@ -11,7 +11,8 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CPPFLAGS+= -I${.CURDIR}
CPPFLAGS+= -I${.CURDIR}/../../lib/libedit
LDADD= -ledit -lncurses
LDADD= -ledit
DPADD+= ${LIBEDIT}
MAN= bgplgsh.8
BINDIR= /usr/bin