]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/ipdivert/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / ipdivert / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../netinet
4
5 KMOD=   ipdivert
6 SRCS=   ip_divert.c opt_inet6.h
7
8 .if !defined(KERNBUILDDIR)
9 opt_inet6.h:
10         echo "#define INET6 1" > ${.TARGET}
11 .endif
12
13 .include <bsd.kmod.mk>