Training courses
Kernel and Embedded Linux
Bootlin training courses
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>