Home | History | Annotate | Line # | Download | only in ip_ecn
      1 #      $NetBSD: Makefile,v 1.1 2017/12/09 08:03:07 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH: ${S}/netinet
      6 
      7 KMOD=	ip_ecn
      8 SRCS=	ip_ecn.c
      9 
     10 CPPFLAGS+=	-DINET
     11 CPPFLAGS+=	-DINET6
     12 
     13 .include <bsd.kmodule.mk>
     14