Use <bsd.kmod.mk> not a path to ../../conf/kmod.mk.

This commit is contained in:
Peter Wemm 2000-07-19 10:40:39 +00:00
parent a964c82566
commit 4f012c3d41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63510

View file

@ -8,4 +8,4 @@ SRCS += device_if.h bus_if.h agp_if.h pci_if.h
SRCS += opt_bdg.h opt_bus.h opt_pci.h opt_smp.h
MFILES = kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m
.include "${.CURDIR}/../../conf/kmod.mk"
.include <bsd.kmod.mk>