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