9079ef9fc2a64402e17307c3c792441d956abad0
[dragonfly.git] / sys / net / gre / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet 
4
5 KMOD=   if_gre
6 SRCS=   if_gre.c ip_gre.c opt_inet.h opt_ns.h opt_atalk.h
7
8 opt_inet.h:
9         echo "#define INET 1" > ${.TARGET}
10
11 opt_ns.h:
12         echo "#define NS 1" > ${.TARGET}
13
14 opt_atalk.h:
15         echo "#define NETATALK 1" > ${.TARGET}
16
17 .include <bsd.kmod.mk>