Home | History | Annotate | Line # | Download | only in tun
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2016/09/10 02:20:10 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:  ${S}/net
      6 
      7 KMOD=		tun
      8 SRCS=		tun.c
      9 
     10 .include <bsd.kmodule.mk>
     11