artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30c38fb
)
Remove -lncurses from LDADD. It is not used. Also add DPADD line.
author
claudio
<claudio@openbsd.org>
Sat, 3 Sep 2022 15:58:40 +0000
(15:58 +0000)
committer
claudio
<claudio@openbsd.org>
Sat, 3 Sep 2022 15:58:40 +0000
(15:58 +0000)
OK deraadt@
usr.bin/bgplg/bgplgsh/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/bgplg/bgplgsh/Makefile
b/usr.bin/bgplg/bgplgsh/Makefile
index
eb7c086
..
dbf2f7d
100644
(file)
--- 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