Makefile revision 223593
1# $FreeBSD: head/sys/modules/ipdivert/Makefile 223593 2011-06-27 12:21:11Z glebius $
2
3.PATH: ${.CURDIR}/../../netinet
4
5KMOD=   ipdivert
6SRCS=   ip_divert.c opt_inet6.h
7
8.if !defined(KERNBUILDDIR)
9opt_inet6.h:
10	echo "#define INET6 1" > ${.TARGET}
11.endif
12
13.include <bsd.kmod.mk>
14