]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/proto/Makefile
Merge OpenSSL 1.0.1j.
[FreeBSD/FreeBSD.git] / sys / modules / proto / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/proto
4
5 KMOD=   proto
6 SRCS=   \
7         proto_bus_pci.c \
8         proto_core.c
9
10 SRCS+=  \
11         bus_if.h \
12         device_if.h \
13         pci_if.h \
14
15 MFILES= \
16         dev/pci/pci_if.m \
17         kern/bus_if.m \
18         kern/device_if.m
19
20 .include <bsd.kmod.mk>