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: 79608845b34f8e57a20777d31d754efe
|