9 lines
141 B
Makefile
9 lines
141 B
Makefile
|
# $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>
|