Cross Reference: Makefile.rumpnetcomp
xref: /src/sys/rump/net/Makefile.rumpnetcomp
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/rump/net/
Makefile.rumpnetcomp revision 1.13
11.13Spooka#	$NetBSD: Makefile.rumpnetcomp,v 1.13 2015/11/15 16:54:16 pooka Exp $
21.1Spooka#
31.1Spooka
41.7Spooka.include <bsd.own.mk>
51.7Spooka
61.10SrmindRUMPNETCOMP=	agr bridge net net80211 netbt netinet netinet6
71.12SknakaharRUMPNETCOMP+=	gif netmpls npf local shmif tap
81.7Spooka
91.13Spooka.if ${MKSLJIT} != "no" || make(rumpdescribe)
101.10SrmindRUMPNETCOMP+=	bpfjit
111.10Srmind.endif
121.10Srmind
131.13Spooka.if ${RUMP_VIRTIF:Uyes} == "yes" || make(rumpdescribe)
141.7SpookaRUMPNETCOMP+=	virtif
151.7Spooka.endif
161.2Spooka
171.2SpookaRUMPNETSOCKIN=	sockin
181.1Spooka
191.1Spooka.for var in ${RUMPNETCOMP}
201.1SpookaRUMPNETLIBS+=lib${var}
211.1SpookaRUMPNETLDADD+=-lrumpnet_${var}
221.1Spooka.endfor
231.2Spooka
241.2Spooka.for var in ${RUMPNETSOCKIN}
251.2SpookaRUMPNETLIBS+=lib${var}
261.2Spooka.endfor
27

Indexes created Tue Dec 30 09:09:31 GMT 2025