kernel: Remove support for the Xerox Network Systems (NS) protocol.
[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 opt_atalk.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
11 opt_atalk.h:
12         echo "#define NETATALK 1" > ${.TARGET}
13 .endif
14
15 .include <bsd.kmod.mk>