summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2022-09-03 15:58:41 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2022-09-03 15:58:41 +0000
commitdbce71b50aadbb2a2ec19f8cd200432f6cc338e8 (patch)
treeb139668d188b97fe995453d7f8be5f72df511d93
parentef7a3314e84cb7345520508b6933093e13da296c (diff)
Remove -lncurses from LDADD. It is not used. Also add DPADD line.
OK deraadt@
-rw-r--r--usr.bin/bgplg/bgplgsh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/bgplg/bgplgsh/Makefile b/usr.bin/bgplg/bgplgsh/Makefile
index eb7c0867553..dbf2f7da006 100644
--- a/usr.bin/bgplg/bgplgsh/Makefile
+++ b/usr.bin/bgplg/bgplgsh/Makefile
@@ -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