xref: /freebsd/sys/modules/sctp/Makefile (revision 031beb4e)
1052c5ec4SMark Johnston
2052c5ec4SMark Johnston.PATH: ${SRCTOP}/sys/netinet
3052c5ec4SMark Johnston.PATH: ${SRCTOP}/sys/netinet6
4052c5ec4SMark Johnston
5052c5ec4SMark JohnstonKMOD=	sctp
6052c5ec4SMark JohnstonSRCS=	sctp_asconf.c \
7052c5ec4SMark Johnston	sctp_auth.c \
8052c5ec4SMark Johnston	sctp_bsd_addr.c \
9052c5ec4SMark Johnston	sctp_cc_functions.c \
10052c5ec4SMark Johnston	sctp_crc32.c \
11052c5ec4SMark Johnston	sctp_indata.c \
12052c5ec4SMark Johnston	sctp_input.c \
13052c5ec4SMark Johnston	sctp_kdtrace.c \
14052c5ec4SMark Johnston	sctp_module.c \
15052c5ec4SMark Johnston	sctp_output.c \
16052c5ec4SMark Johnston	sctp_pcb.c \
17052c5ec4SMark Johnston	sctp_peeloff.c \
18052c5ec4SMark Johnston	sctp_ss_functions.c \
19052c5ec4SMark Johnston	sctp_syscalls.c \
20052c5ec4SMark Johnston	sctp_sysctl.c \
21052c5ec4SMark Johnston	sctp_timer.c \
22052c5ec4SMark Johnston	sctp_usrreq.c \
23052c5ec4SMark Johnston	sctp6_usrreq.c \
24052c5ec4SMark Johnston	sctputil.c
25052c5ec4SMark Johnston
26052c5ec4SMark JohnstonSRCS+=	device_if.h bus_if.h vnode_if.h
27a335f76fSKyle EvansSRCS+=	opt_capsicum.h opt_ktrace.h opt_inet.h opt_inet6.h opt_kern_tls.h \
28a335f76fSKyle Evans	opt_sctp.h
29052c5ec4SMark Johnston
30052c5ec4SMark Johnston.include <bsd.kmod.mk>
31