Home | History | Annotate | Line # | Download | only in tun
Makefile revision 1.2.2.2
      1 # $NetBSD: Makefile,v 1.2.2.2 2016/09/14 03:04:19 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 KMOD=		tun
      6 SRCS=		tun.c
      7 
      8 .include <bsd.kmodule.mk>
      9