Home | History | Annotate | Line # | Download | only in if_gre
      1 # $NetBSD: Makefile,v 1.2 2019/02/17 04:05:51 rin Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:  ${S}/net
      6 
      7 KMOD=		if_gre
      8 IOCONF=		gre.ioconf
      9 SRCS=		if_gre.c
     10 
     11 CPPFLAGS+=	-DINET
     12 CPPFLAGS+=	-DINET6
     13 CPPFLAGS+=	-DMPLS
     14 CPPFLAGS+=	-DNETATALK
     15 
     16 WARNS=		3
     17 
     18 .include <bsd.kmodule.mk>
     19