Home | History | Annotate | Line # | Download | only in if_loop
      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 
      7 KMOD=		if_loop
      8 IOCONF=		loop.ioconf
      9 SRCS=		if_loop.c
     10 
     11 CPPFLAGS+=	-DINET
     12 CPPFLAGS+=	-DINET6
     13 CPPFLAGS+=	-DMPLS
     14 CPPFLAGS+=	-DNETATALK
     15 
     16 .include <bsd.kmodule.mk>
     17