mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-22 04:16:41 -04:00
19 lines
331 B
Makefile
19 lines
331 B
Makefile
# $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>
|
|
|