1##	$NetBSD: Makefile.inc,v 1.5 2001/11/01 09:37:17 yamt Exp $
2
3SRCS+= netif_small.c
4
5.if (${USE_NETIF} == "3c509")
6SRCS+= 3c509.c elink3.c
7.endif
8
9.if (${USE_NETIF} == "3c590")
10SRCS+= 3c590.c elink3.c
11.endif
12
13.if (${USE_NETIF} == "wd80x3")
14SRCS+= wd80x3.c dp8390.c
15.endif
16
17.if (${USE_NETIF} == "pcnet_pci")
18SRCS+= pcnet_pci.c am7990.c
19.endif
20
21.if (${USE_NETIF} == "pcnet_isapnp")
22SRCS+= pcnet_isapnp.c am7990.c
23.endif
24
25.if (${USE_NETIF} == "i82557")
26SRCS+= i82557.c
27.endif
28
29.if (${USE_NETIF} == "3c90xb")
30SRCS+= 3c90xb.c
31.endif
32
33.if (${USE_NETIF} == "ne2000_isa")
34SRCS+= ne.c dp8390.c
35CPPFLAGS+= -DSUPPORT_NE2000
36.endif
37