]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ipfw_pmod/Makefile
Merge clang trunk r366426, resolve conflicts, and update FREEBSD-Xlist.
[FreeBSD/FreeBSD.git] / sys / modules / ipfw_pmod / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/netpfil/ipfw/pmod
4
5 KMOD=   ipfw_pmod
6 SRCS=   ip_fw_pmod.c tcpmod.c opt_inet.h opt_inet6.h
7
8 .include <bsd.kmod.mk>