NetBSD/sys/modules/bufq_priocscan/Makefile

11 lines
182 B
Makefile
Raw Normal View History

2016-11-16 03:49:27 +03:00
# $NetBSD: Makefile,v 1.1 2016/11/16 00:49:27 pgoyette Exp $
.include "../Makefile.inc"
.PATH: ${S}/kern
KMOD= bufq_priocscan
SRCS= bufq_priocscan.c
.include <bsd.kmodule.mk>