9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/11/19 00:17:10 pooka Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
.include "${.CURDIR}/Makefile.inc"
|
|
|
|
KMOD= hdafg
|
|
|
|
.include <bsd.kmodule.mk>
|