summaryrefslogtreecommitdiff
path: root/sys/modules/ip_ecn/Makefile
blob: 8b7f57c17f1637d781195c2ff9ba2251065eba2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#      $NetBSD: Makefile,v 1.1 2017/12/09 08:03:07 pgoyette Exp $

.include "../Makefile.inc"

.PATH: ${S}/netinet

KMOD=	ip_ecn
SRCS=	ip_ecn.c

CPPFLAGS+=	-DINET
CPPFLAGS+=	-DINET6

.include <bsd.kmodule.mk>