mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
10 lines
90 B
Makefile
10 lines
90 B
Makefile
#
|
|
# Small Makefile for icmpquery.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG=icmpquery
|
|
|
|
.include <bsd.prog.mk>
|