88030a5eb0
kernel config. Also tidy up the ed options.
16 lines
292 B
Makefile
16 lines
292 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
.PATH: ${SYSDIR}/dev/ep
|
|
|
|
KMOD= if_ep
|
|
SRCS= if_ep.c
|
|
SRCS+= if_ep_pccard.c pccarddevs.h card_if.h
|
|
SRCS+= if_ep_isa.c isa_if.h
|
|
SRCS.DEV_EISA= if_ep_eisa.c eisa_if.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|