unstack - fix ipcvecs
[minix.git] / sys / arch / i386 / stand / lib / netif / Makefile.inc
blobd7f0b351e8bc881a2b7d0bb9eec42eb252a7ea85
1 ##      $NetBSD: Makefile.inc,v 1.6 2002/02/17 20:03:11 thorpej Exp $
3 SRCS+= netif_small.c
5 .if (${USE_NETIF} == "3c509")
6 SRCS+= 3c509.c elink3.c
7 .endif
9 .if (${USE_NETIF} == "3c590")
10 SRCS+= 3c590.c elink3.c
11 .endif
13 .if (${USE_NETIF} == "wd80x3")
14 SRCS+= wd80x3.c dp8390.c
15 .endif
17 .if (${USE_NETIF} == "pcnet_pci")
18 SRCS+= pcnet_pci.c am7990.c
19 .endif
21 .if (${USE_NETIF} == "pcnet_isapnp")
22 SRCS+= pcnet_isapnp.c am7990.c
23 .endif
25 .if (${USE_NETIF} == "i82557")
26 SRCS+= i82557.c
27 .endif
29 .if (${USE_NETIF} == "3c90xb")
30 SRCS+= 3c90xb.c
31 .endif
33 .if (${USE_NETIF} == "ne2000_isa")
34 SRCS+= ne.c dp8390.c
35 CPPFLAGS+= -DSUPPORT_NE2000
36 .endif