summaryrefslogtreecommitdiffstats
path: root/sbin/ping/Makefile
blob: 47708df39c8ab7d357143b731ef10bd7e2cdd5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)Makefile	8.1 (Berkeley) 6/5/93
#	$Id$

PROG=	ping
MAN8=	ping.8
BINOWN=	root
BINMODE=4555
COPTS+=	-Wall -Wmissing-prototypes
DPADD=	${LIBM}
LDADD=	-lm

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud