]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/proto/Makefile
Import the skein hashing algorithm, based on the threefish block cipher
[FreeBSD/FreeBSD.git] / sys / modules / proto / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/proto
4
5 KMOD=   proto
6 SRCS=   \
7         proto_bus_isa.c \
8         proto_bus_pci.c \
9         proto_busdma.c \
10         proto_core.c
11
12 SRCS+=  \
13         bus_if.h \
14         device_if.h \
15         isa_if.h \
16         pci_if.h
17
18 .include <bsd.kmod.mk>