eda6ecb22a
- device driver for SMC COM90cx6 Arcnet network adapters Obtained from: NetBSD
13 lines
189 B
Makefile
13 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= arcnet
|
|
SRCS= if_arcsubr.c
|
|
SRCS+= opt_inet.h opt_inet6.h
|
|
|
|
opt_inet.h opt_inet6.h:
|
|
echo "#define INET 1" > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|