diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-12-11 23:34:42 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-12-11 23:34:42 +0000 |
| commit | e03e30f85b8f48fa854943a86eeef4889c119ff2 (patch) | |
| tree | 69c47c4f3e69d4326006f4884801875765677c63 | |
| parent | a8fcd7af26ee50cfed9403fe824de8a163329040 (diff) | |
Notes
| -rw-r--r-- | sys/conf/files | 6 |
1 files 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 |
