1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Use the default value for MFILES

This commit is contained in:
Alexander Langer 2000-12-19 12:27:53 +00:00
parent 43a181118f
commit 2422a9c63d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70187

View File

@ -4,6 +4,5 @@
KMOD = sym
SRCS = sym_hipd.c opt_sym.h opt_cam.h opt_scsi.h
SRCS += device_if.h bus_if.h pci_if.h
MFILES = kern/device_if.m kern/bus_if.m pci/pci_if.m
.include <bsd.kmod.mk>