mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-08 23:06:56 +00:00
10 lines
85 B
Makefile
10 lines
85 B
Makefile
|
#
|
||
|
# Small Makefile for icmpquery.
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
PROG=icmpquery
|
||
|
|
||
|
.include <bsd.prog.mk>
|