11.1Schristos# $NetBSD: Makefile,v 1.1 2016/08/07 14:27:39 christos Exp $ 21.1Schristos 31.1Schristos.include "../Makefile.inc" 41.1Schristos 51.1Schristos.PATH: ${S}/net 61.1Schristos 71.1SchristosKMOD= if_loop 81.1SchristosIOCONF= loop.ioconf 91.1SchristosSRCS= if_loop.c 101.1Schristos 111.1SchristosCPPFLAGS+= -DINET 121.1SchristosCPPFLAGS+= -DINET6 131.1SchristosCPPFLAGS+= -DMPLS 141.1SchristosCPPFLAGS+= -DNETATALK 151.1Schristos 161.1Schristos.include <bsd.kmodule.mk> 17