freebsd-dev/sys/modules/ipdivert/Makefile

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

9 lines
138 B
Makefile
Raw Normal View History

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