freebsd-dev/sys/modules/arcnet/Makefile
Max Khon eda6ecb22a - generic Arcnet framework
- device driver for SMC COM90cx6 Arcnet network adapters

Obtained from:	NetBSD
2002-01-08 20:03:13 +00:00

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>