1 # $FreeBSD: releng/6.0/sys/modules/netgraph/gif/Makefile 84004 2001-09-27 03:14:17Z brooks $
2
3 KMOD= ng_gif
4 SRCS= ng_gif.c opt_inet.h opt_inet6.h
5
6 opt_inet.h:
7 echo "#define INET 1" > ${.TARGET}
8
9 opt_inet6.h:
10 echo "#define INET6 1" > ${.TARGET}
11
12 .include <bsd.kmod.mk>
Cache object: 73933e51e51623ff1207ec29bbc89caf
|