# $FreeBSD: head/sys/modules/ep/Makefile 69816 2000-12-10 10:07:50Z nyan $ .PATH: ${.CURDIR}/../../dev/ep .PATH: ${.CURDIR}/../../i386/isa KMOD = if_ep SRCS = if_ep.c if_ep_pccard.c elink.c SRCS += if_ep_isa.c #SRCS += if_ep_eisa.c #SRCS += if_ep_mca.c SRCS += opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif .include