freebsd-dev/sys/modules/if_disc/Makefile
Yoshinobu Inoue cfa1ca9dfa udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
packet divert at kernel for IPv6/IPv4 translater daemon

This includes queue related patch submitted by jburkhol@home.com.

Submitted by: queue related patch from jburkhol@home.com
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
1999-12-07 17:39:16 +00:00

19 lines
263 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../net
KMOD= if_disc
SRCS= if_disc.c opt_inet.h opt_inet6.h
NOMAN=
NBPF?= 1
CFLAGS+= ${PROTOS}
opt_inet.h:
echo "#define INET 1" > opt_inet.h
#opt_inet6.h:
# echo "#define INET6 1" > opt_inet6.h
.include <bsd.kmod.mk>