Deleted Added
full compact
Makefile (150636) Makefile (151350)
1# $FreeBSD: head/sys/modules/snc/Makefile 150636 2005-09-27 18:10:43Z mlaier $
1# $FreeBSD: head/sys/modules/snc/Makefile 151350 2005-10-14 23:30:17Z yar $
2
3.PATH: ${.CURDIR}/../../dev/snc
4
5KMOD= if_snc
6SRCS= if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c
7SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h
8
2
3.PATH: ${.CURDIR}/../../dev/snc
4
5KMOD= if_snc
6SRCS= if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c
7SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h
8
9.if !defined(KERNBUILDDIR)
9opt_inet.h:
10 echo "#define INET 1" > ${.TARGET}
10opt_inet.h:
11 echo "#define INET 1" > ${.TARGET}
12.endif
11
12.include <bsd.kmod.mk>
13
14.include <bsd.kmod.mk>