Add Makefile to build an if_ed kernel module. Works on both, i386 and

alpha.

No response from:	the world
This commit is contained in:
alex 2000-09-24 09:13:54 +00:00
parent 02a48c21cc
commit 0b637591f8

8
sys/modules/ed/Makefile Normal file
View File

@ -0,0 +1,8 @@
# $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>