Home | History | Annotate | Line # | Download | only in ping_block
Makefile revision 1.1.6.2
      1  1.1.6.2  martin #	$NetBSD: Makefile,v 1.1.6.2 2020/04/13 08:05:11 martin Exp $
      2  1.1.6.2  martin 
      3  1.1.6.2  martin .include "../Makefile.inc"
      4  1.1.6.2  martin 
      5  1.1.6.2  martin #S?=	/usr/src/sys
      6  1.1.6.2  martin 
      7  1.1.6.2  martin KMOD=	ping_block
      8  1.1.6.2  martin SRCS=	ping.c
      9  1.1.6.2  martin 
     10  1.1.6.2  martin .include <bsd.kmodule.mk>
     11  1.1.6.2  martin 
     12  1.1.6.2  martin # To make use of this module, you'll need to separately build the
     13  1.1.6.2  martin # cmd_ping program, with a Makefile similar to
     14  1.1.6.2  martin #
     15  1.1.6.2  martin #	MKMAN=	NO
     16  1.1.6.2  martin #	PROG=	cmd_ping
     17  1.1.6.2  martin #	.include <bsd.prog.mk>
     18  1.1.6.2  martin 
     19