]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/gif/Makefile
This commit was generated by cvs2svn to compensate for changes in r150920,
[FreeBSD/FreeBSD.git] / sys / modules / netgraph / gif / Makefile
1 # $FreeBSD$
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>