summaryrefslogtreecommitdiff
path: root/sbin/ping/Makefile
blob: 079a4681760d68a2b81e938d676029d5541c8a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.7 2014/07/11 15:29:46 florian Exp $

PROG=	ping

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

MAN=	ping.8
BINOWN=	root
BINMODE=4555

.include <bsd.prog.mk>