]> git.cameronkatri.com Git - apple_cmds.git/blob - network_cmds/ping.tproj/Makefile
system_cmds: Fix compilation for lower targets, downgrade lsmp
[apple_cmds.git] / network_cmds / ping.tproj / Makefile
1 PROG= ping
2 MAN= ping.8
3 SRCS= ping.c gmt2local.c
4
5 BINDIR=/sbin
6
7 .PATH: ${.CURDIR}/../ecnprobe
8
9 .include <bsd.prog.mk>