2000-10-02 14:27:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/snc
|
|
|
|
|
|
|
|
KMOD= if_snc
|
|
|
|
SRCS= if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c
|
2005-09-27 18:10:43 +00:00
|
|
|
SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h
|
2000-10-02 14:27:20 +00:00
|
|
|
|
2005-10-14 23:30:17 +00:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2000-10-02 14:27:20 +00:00
|
|
|
opt_inet.h:
|
|
|
|
echo "#define INET 1" > ${.TARGET}
|
2005-10-14 23:30:17 +00:00
|
|
|
.endif
|
2000-10-02 14:27:20 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|