9 lines
143 B
Makefile
9 lines
143 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2011/02/18 01:07:20 jmcneill Exp $
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
KMOD= panic
|
||
|
SRCS= panic.c
|
||
|
|
||
|
.include <bsd.kmodule.mk>
|