Home | History | Annotate | Line # | Download | only in executor
      1 #	$NetBSD: Makefile,v 1.1 2018/04/13 20:30:09 kamil 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