11 lines
165 B
Makefile
11 lines
165 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2009/06/05 19:21:03 haad Exp $
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
.PATH: ${S}/dev
|
||
|
|
||
|
KMOD= cgd
|
||
|
SRCS= cgd.c cgd_crypto.c
|
||
|
|
||
|
.include <bsd.kmodule.mk>
|