1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../net
4
5 KMOD= if_faith
6 SRCS= if_faith.c opt_inet.h opt_inet6.h
7
8 .if !defined(KERNBUILDDIR)
9 opt_inet.h:
10 echo "#define INET 1" > ${.TARGET}
11
12 opt_inet6.h:
13 echo "#define INET6 1" > ${.TARGET}
14 .endif
15
16 .include <bsd.kmod.mk>
Cache object: ed6461638173f9ffe06e398c7ad85cce
|