Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / netif / snc / Makefile
1 # $FreeBSD: src/sys/modules/snc/Makefile,v 1.1.2.1 2000/10/21 03:30:04 nyan Exp $
2
3 .PATH:  ${.CURDIR}/../../dev/snc
4 KMOD    = if_snc
5 SRCS    = if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c
6 SRCS    += opt_inet.h opt_bdg.h device_if.h bus_if.h isa_if.h
7
8 opt_inet.h:
9         echo "#define INET 1" > ${.TARGET}
10
11 .include <bsd.kmod.mk>