8 lines
108 B
Makefile
8 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../opencrypto
|
|
KMOD = cryptodev
|
|
SRCS = cryptodev.c
|
|
|
|
.include <bsd.kmod.mk>
|