opnsense-src/sys/modules/ipdivert/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
126 B
Makefile
Raw Normal View History

.PATH: ${SRCTOP}/sys/netinet
KMOD= ipdivert
2012-02-16 16:57:50 -05:00
SRCS= ip_divert.c opt_inet.h opt_inet6.h opt_sctp.h
.include <bsd.kmod.mk>