1 1.1.42.1 christos # $NetBSD: Makefile,v 1.1.42.1 2019/06/10 22:09:34 christos Exp $ 2 1.1 christos 3 1.1 christos .include "../Makefile.inc" 4 1.1 christos 5 1.1 christos .PATH: ${S}/net/npf 6 1.1 christos 7 1.1 christos KMOD= npf_ext_normalize 8 1.1 christos 9 1.1 christos SRCS= npf_ext_normalize.c 10 1.1 christos 11 1.1.42.1 christos CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist 12 1.1.42.1 christos 13 1.1 christos .include <bsd.kmodule.mk> 14