HardenedBSD/sys/modules/ed/Makefile
Alexander Langer 4445327516 Add Makefile to build an if_ed kernel module. Works on both, i386 and
alpha.

No response from:	the world
2000-09-24 09:13:54 +00:00

9 lines
207 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ed
KMOD = if_ed
SRCS = if_ed.c if_ed_cbus.c if_ed_isa.c if_ed_pccard.c if_ed_pci.c
SRCS += opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h
.include <bsd.kmod.mk>