artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9ea08
)
explicitly link libm for sqrt()/fmax() calls added in bgpctl.c rev 1.204
author
jsg
<jsg@openbsd.org>
Fri, 13 Jul 2018 15:02:40 +0000
(15:02 +0000)
committer
jsg
<jsg@openbsd.org>
Fri, 13 Jul 2018 15:02:40 +0000
(15:02 +0000)
usr.sbin/bgpctl/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpctl/Makefile
b/usr.sbin/bgpctl/Makefile
index
99bd376
..
e58551c
100644
(file)
--- a/
usr.sbin/bgpctl/Makefile
+++ b/
usr.sbin/bgpctl/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
3 2017/01/23 23:37:21 claudio
Exp $
+# $OpenBSD: Makefile,v 1.1
4 2018/07/13 15:02:40 jsg
Exp $
.PATH: ${.CURDIR}/../bgpd
@@
-13,7
+13,7
@@
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../bgpd
MAN= bgpctl.8
-LDADD= -lutil
-DPADD+= ${LIBUTIL}
+LDADD= -lutil
-lm
+DPADD+= ${LIBUTIL}
${LIBM}
.include <bsd.prog.mk>