summaryrefslogtreecommitdiff
path: root/sys/modules/tap/Makefile
blob: b25f2e8f21733037c779eb9bdf8c02667f5f575b (plain)
1
2
3
4
5
6
7
8
# $NetBSD: Makefile,v 1.1 2019/03/24 11:20:26 pgoyette Exp $

.include "../Makefile.inc"

KMOD=		tap
SRCS=		tap.c

.include <bsd.kmodule.mk>