Home | History | Annotate | Line # | Download | only in executor
Makefile revision 1.1.2.2
      1 #	$NetBSD: Makefile,v 1.1.2.2 2018/04/16 02:00:08 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 #S?=	/usr/src/sys
      6 
      7 KMOD=	executor
      8 SRCS=	executor.c
      9 
     10 .include <bsd.kmodule.mk>
     11 
     12