diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2002-10-04 20:35:02 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2002-10-04 20:35:02 +0000 |
| commit | aed23bc4ceaab17b4717b9f4dab300cd372f801b (patch) | |
| tree | c28df76fd23c42a4aaa5cbcb36e2de94085707ad | |
| parent | b35c7eef045ed8979683fc41e88bc4c996845c57 (diff) | |
Notes
| -rw-r--r-- | sys/modules/cryptodev/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/cryptodev/Makefile b/sys/modules/cryptodev/Makefile new file mode 100644 index 000000000000..b2692a690218 --- /dev/null +++ b/sys/modules/cryptodev/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../opencrypto +KMOD = cryptodev +SRCS = cryptodev.c + +.include <bsd.kmod.mk> |
