Deleted Added
full compact
Makefile (66550) Makefile (70711)
1# $FreeBSD: head/sys/modules/snc/Makefile 66550 2000-10-02 14:27:20Z nyan $
1# $FreeBSD: head/sys/modules/snc/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../dev/snc
4KMOD = if_snc
5SRCS = if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c
6SRCS += opt_inet.h opt_bdg.h device_if.h bus_if.h isa_if.h
3.PATH: ${.CURDIR}/../../dev/snc
7
4
5KMOD= if_snc
6SRCS= if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c
7SRCS+= opt_inet.h opt_bdg.h device_if.h bus_if.h isa_if.h
8
8opt_inet.h:
9 echo "#define INET 1" > ${.TARGET}
10
11.include <bsd.kmod.mk>
9opt_inet.h:
10 echo "#define INET 1" > ${.TARGET}
11
12.include <bsd.kmod.mk>