blob: 854566af2d741e419b9057df8084bd64c6a5aad6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.2 2015/10/30 13:39:25 deraadt Exp $
PROG= ping
COPTS+= -DSMALL
.PATH: ${.CURDIR}/../../../sbin/ping
LDADD= -lm
DPADD= ${LIBM}
.include <bsd.prog.mk>
|