freebsd-dev/sys/modules/cryptodev/Makefile

8 lines
108 B
Makefile
Raw Normal View History

2002-10-04 20:35:02 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../opencrypto
KMOD = cryptodev
SRCS = cryptodev.c
.include <bsd.kmod.mk>