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 7KMOD= executor 8SRCS= executor.c 9 10.include <bsd.kmodule.mk> 11 12