11558Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
250476Speter# $FreeBSD$
31558Srgrimes
41558SrgrimesPROG=	ping
574815SruMAN=	ping.8
683391SruBINOWN=	root
71558SrgrimesBINMODE=4555
8126178SjohanWARNS?=	2
955574SmsmithDPADD=	${LIBM}
1055574SmsmithLDADD=	-lm
1155574Smsmith
1255574Smsmith.if !defined(RELEASE_CRUNCH)
1355505SshinCFLAGS+=-DIPSEC
1455574SmsmithDPADD+=	${LIBIPSEC}
1555574SmsmithLDADD+=	-lipsec
1655574Smsmith.endif
171558Srgrimes
181558Srgrimes.include <bsd.prog.mk>
19