1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../crypto/via 4 5KMOD= padlock 6SRCS= padlock.c padlock_cipher.c padlock_hash.c 7 8.include <bsd.kmod.mk> 9