summaryrefslogtreecommitdiff
path: root/sbin/ping6/Makefile
blob: b4d6f1048953d16948e13759599a21cc6f0c6a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: Makefile,v 1.11 2014/07/11 15:28:27 florian Exp $

PROG=	ping6

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

MAN=	ping6.8

LDADD=	-lm
DPADD=	${LIBM}

BINOWN=	root
BINGRP=	bin
BINMODE=4555

.include <bsd.prog.mk>