blob: 678c7a366bfaa34bbeddb2582090bcb32000723e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.1 2015/05/13 07:07:36 pgoyette Exp $
.include "../Makefile.inc"
#S?= /usr/src/sys
KMOD= ping
SRCS= ping.c
.include <bsd.kmodule.mk>
# To make use of this module, you'll need to separately build the
# cmd_ping program, with a Makefile similar to
#
# MKMAN= NO
# PROG= cmd_ping
# .include <bsd.prog.mk>
|