diff options
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/conf/files b/sys/conf/files index c67be78..d549c43 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -13,11 +13,7 @@ aic7xxx_{seq,reg}.h optional ahc device-driver \ no-obj no-implicit-rule before-depend \ clean "aic7xxx_seq.h aic7xxx_reg.h" \ dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" -kern/subr_rman.c standard -kern/subr_bus.c standard \ - dependency "device_if.h bus_if.h" device_if.o standard \ - dependency "device_if.c" \ compile-with "${NORMAL_C}" \ no-implicit-rule local device_if.c standard \ @@ -31,7 +27,6 @@ device_if.h standard \ no-obj no-implicit-rule before-depend \ clean "device_if.h" bus_if.o standard \ - dependency "bus_if.c bus_if.h" \ compile-with "${NORMAL_C}" \ no-implicit-rule local bus_if.c standard \ @@ -252,6 +247,7 @@ kern/kern_timeout.c standard kern/kern_xxx.c standard kern/md5c.c standard kern/subr_autoconf.c standard +kern/subr_bus.c standard kern/subr_devstat.c standard kern/subr_diskslice.c standard kern/subr_dkbad.c standard @@ -264,6 +260,7 @@ kern/subr_xxx.c standard kern/sys_generic.c standard kern/sys_pipe.c standard kern/sys_process.c standard +kern/subr_rman.c standard kern/sys_socket.c standard kern/sysv_ipc.c standard kern/sysv_msg.c optional sysvmsg |