From e03e30f85b8f48fa854943a86eeef4889c119ff2 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 11 Dec 1994 23:34:42 +0000 Subject: [PATCH] Add kern/subr_diskslice.c, kern/subr_dkbad.c. Sort. --- sys/conf/files | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index 5dd7aa6f6143..41660abc5886 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -38,8 +38,8 @@ kdb/kdb_sym.c optional kadb kdb/kdb_trap.c optional kadb kern/imgact_aout.c standard kern/imgact_gzip.c optional gzip -kern/inflate.c optional gzip kern/imgact_shell.c standard +kern/inflate.c optional gzip kern/init_main.c standard kern/init_sysent.c standard kern/kern_acct.c standard @@ -64,6 +64,8 @@ kern/kern_synch.c standard kern/kern_sysctl.c standard kern/kern_time.c standard kern/kern_xxx.c standard +kern/subr_diskslice.c optional diskslice +kern/subr_dkbad.c optional diskslice kern/subr_log.c standard kern/subr_prf.c standard kern/subr_prof.c standard @@ -140,8 +142,8 @@ net/if.c standard net/if_ethersubr.c optional ether net/if_loop.c optional loop net/if_ppp.c optional ppp -net/if_spppsubr.c optional sppp net/if_sl.c optional sl +net/if_spppsubr.c optional sppp net/pppcompress.c optional ppp net/radix.c standard net/raw_cb.c standard