Deleted Added
full compact
Makefile (66751) Makefile (67412)
1# $FreeBSD: head/sys/modules/ed/Makefile 66751 2000-10-06 15:21:10Z alex $
1# $FreeBSD: head/sys/modules/ed/Makefile 67412 2000-10-21 02:44:11Z nyan $
2
3.PATH: ${.CURDIR}/../../dev/ed
4KMOD = if_ed
2
3.PATH: ${.CURDIR}/../../dev/ed
4KMOD = if_ed
5SRCS = if_ed.c if_ed_cbus.c if_ed_isa.c if_ed_pccard.c if_ed_pci.c
5SRCS = if_ed.c if_ed_pccard.c if_ed_pci.c
6
7.if ${MACHINE} == "pc98"
8SRCS += if_ed_cbus.c
9CFLAGS += -DPC98
10.else
11SRCS += if_ed_isa.c
12.endif
13
6SRCS += opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h
7
8.include <bsd.kmod.mk>
14SRCS += opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h
15
16.include <bsd.kmod.mk>