summaryrefslogtreecommitdiff
path: root/sbin/ping/Makefile
blob: f1dbffbce549a4f1581ace5db686a8c1f5d6899e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: Makefile,v 1.8 2015/10/30 11:00:52 florian Exp $

PROG=	ping

CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual

MAN=	ping.8

LDADD=	-lm
DPADD=	${LIBM}

BINOWN=	root
BINMODE=4555

.include <bsd.prog.mk>