Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2016/08/07 14:27:39 christos Exp $
2
3.include "../Makefile.inc"
4
5.PATH:  ${S}/net
6
7KMOD=		if_tun
8IOCONF=		tun.ioconf
9SRCS=		if_tun.c
10
11CPPFLAGS+=	-DINET
12CPPFLAGS+=	-DINET6
13
14.include <bsd.kmodule.mk>
15