1# $NetBSD: Makefile,v 1.1 2019/03/24 11:20:26 pgoyette Exp $
2
3.include "../Makefile.inc"
4
5KMOD=		tap
6SRCS=		tap.c
7
8.include <bsd.kmodule.mk>
9