summaryrefslogtreecommitdiff
path: root/distrib/special/ping/Makefile
blob: 777e0aa2483ff48a34843e4254748a21b303522f (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2011/09/17 14:05:27 haesbaert Exp $

PROG=	ping
COPTS+=	-DSMALL 
.PATH:  ${.CURDIR}/../../../sbin/ping

.include <bsd.prog.mk>