summaryrefslogtreecommitdiffstats
path: root/distrib/special/ping/Makefile
blob: 4306ba53ef508df16d7227496557ed486e149117 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.3 2018/06/25 16:29:00 deraadt Exp $

PROG=	ping
COPTS+=	-DSMALL
.PATH:  ${.CURDIR}/../../../sbin/ping

LDADD=	-lm
DPADD=	${LIBM}

.include <bsd.prog.mk>