Home | History | Annotate | Line # | Download | only in net
Makefile.rumpnetcomp revision 1.5.2.2
      1  1.5.2.1       tls #	$NetBSD: Makefile.rumpnetcomp,v 1.5.2.2 2017/12/03 11:39:17 jdolecek Exp $
      2      1.1     pooka #
      3      1.1     pooka 
      4  1.5.2.1       tls .include <bsd.own.mk>
      5  1.5.2.1       tls 
      6  1.5.2.2  jdolecek RUMPNETCOMP=	agr bridge net net80211 netbt netcan netinet netinet6 netipsec
      7  1.5.2.2  jdolecek RUMPNETCOMP+=	gif netmpls npf l2tp local pppoe shmif tap tun vlan
      8  1.5.2.1       tls 
      9  1.5.2.2  jdolecek .if ${MKSLJIT} != "no" || make(rumpdescribe)
     10  1.5.2.1       tls RUMPNETCOMP+=	bpfjit
     11  1.5.2.1       tls .endif
     12  1.5.2.1       tls 
     13  1.5.2.2  jdolecek .if ${RUMP_VIRTIF:Uyes} == "yes" || make(rumpdescribe)
     14  1.5.2.1       tls RUMPNETCOMP+=	virtif
     15  1.5.2.1       tls .endif
     16      1.2     pooka 
     17      1.2     pooka RUMPNETSOCKIN=	sockin
     18      1.1     pooka 
     19      1.1     pooka .for var in ${RUMPNETCOMP}
     20      1.1     pooka RUMPNETLIBS+=lib${var}
     21      1.1     pooka RUMPNETLDADD+=-lrumpnet_${var}
     22      1.1     pooka .endfor
     23      1.2     pooka 
     24      1.2     pooka .for var in ${RUMPNETSOCKIN}
     25      1.2     pooka RUMPNETLIBS+=lib${var}
     26      1.2     pooka .endfor
     27