]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/modules/ipdivert/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>