1 1.3 pgoyette # $NetBSD: Makefile,v 1.3 2017/12/09 08:03:07 pgoyette Exp $ 2 1.1 christos 3 1.1 christos .include "../Makefile.inc" 4 1.1 christos 5 1.2 knakahar .PATH: ${S}/net ${S}/netinet ${S}/netinet6 6 1.1 christos 7 1.1 christos KMOD= if_gif 8 1.1 christos IOCONF= gif.ioconf 9 1.3 pgoyette SRCS= if_gif.c in_gif.c in6_gif.c 10 1.1 christos 11 1.1 christos CPPFLAGS+= -DINET 12 1.1 christos CPPFLAGS+= -DINET6 13 1.1 christos 14 1.1 christos .include <bsd.kmodule.mk> 15