Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / net / gre / Makefile
1 .PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet 
2
3 KMOD=   if_gre
4 SRCS=   if_gre.c ip_gre.c opt_inet.h
5 SRCS+=  device_if.h bus_if.h
6
7 .if !defined(BUILDING_WITH_KERNEL)
8 opt_inet.h:
9         echo "#define INET 1" > ${.TARGET}
10 .endif
11
12 .include <bsd.kmod.mk>