1193326Sed#	$NetBSD: Makefile,v 1.1 2020/02/05 13:23:42 kamil Exp $
2193326Sed
3193326Sed.include "../Makefile.inc"
4193326Sed
5193326Sed#S?=	/usr/src/sys
6193326Sed
7193326SedKMOD=	ping_block
8193326SedSRCS=	ping.c
9193326Sed
10193326Sed.include <bsd.kmodule.mk>
11193326Sed
12193326Sed# To make use of this module, you'll need to separately build the
13193326Sed# cmd_ping program, with a Makefile similar to
14199482Srdivacky#
15249423Sdim#	MKMAN=	NO
16202879Srdivacky#	PROG=	cmd_ping
17249423Sdim#	.include <bsd.prog.mk>
18193326Sed
19249423Sdim