diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
| commit | c68159a6d8eede11766cf13896d0f7670dbd51aa (patch) | |
| tree | b5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/ep/Makefile | |
| parent | e2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ep/Makefile')
| -rw-r--r-- | sys/modules/ep/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/sys/modules/ep/Makefile b/sys/modules/ep/Makefile index 94eb1a1ca57b..23edb129655f 100644 --- a/sys/modules/ep/Makefile +++ b/sys/modules/ep/Makefile @@ -1,15 +1,14 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/ep -.PATH: ${.CURDIR}/../../i386/isa +.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 +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 |
