mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../opencrypto
|
|
KMOD = cryptodev
|
|
SRCS = cryptodev.c
|
|
|
|
.include <bsd.kmod.mk>
|