1# $NetBSD: Makefile,v 1.2 2016/09/10 03:26:10 pgoyette Exp $ 2 3.include "../Makefile.inc" 4 5KMOD= tun 6SRCS= tun.c 7 8.include <bsd.kmodule.mk> 9