diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/ping/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/special/ping/Makefile b/distrib/special/ping/Makefile index 777e0aa2483..854566af2d7 100644 --- a/distrib/special/ping/Makefile +++ b/distrib/special/ping/Makefile @@ -1,7 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2011/09/17 14:05:27 haesbaert Exp $ +# $OpenBSD: Makefile,v 1.2 2015/10/30 13:39:25 deraadt Exp $ PROG= ping COPTS+= -DSMALL .PATH: ${.CURDIR}/../../../sbin/ping +LDADD= -lm +DPADD= ${LIBM} + .include <bsd.prog.mk> |