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