diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-06-28 01:03:13 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-06-28 01:03:13 +0000 |
| commit | 14c35d6ca08e2f400104f47999ee57878f0ee773 (patch) | |
| tree | 4ffbe53a48a4ccfc88a876100939b62aaa865ad4 /sys/conf | |
| parent | f4487e115754ff5b4907748e03085de5508d3374 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 2 | ||||
| -rw-r--r-- | sys/conf/options | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 957a92afa1da..58493250d06e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -22,6 +22,8 @@ cfs/cfs_venus.c optional vcfs cfs/cfs_vfsops.c optional vcfs cfs/cfs_vnodeops.c optional vcfs ddb/db_access.c optional ddb +ddb/db_kld.c optional ddb db_kld_symbols +ddb/db_elf.c optional ddb db_elf_symbols ddb/db_aout.c optional ddb ddb/db_break.c optional ddb ddb/db_command.c optional ddb diff --git a/sys/conf/options b/sys/conf/options index c5fb74f7006c..eac6fff059e2 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.76 1998/06/05 22:39:49 julian Exp $ +# $Id: options,v 1.77 1998/06/07 17:09:26 dfr Exp $ # # On the handling of kernel options # @@ -38,6 +38,8 @@ COMPILING_LINT opt_lint.h DDB DDB_UNATTENDED opt_ddb.h GDB_REMOTE_CHAT opt_ddb.h +DB_KLD_SYMBOLS opt_ddb.h +DB_ELF_SYMBOLS opt_ddb.h DEVFS SLICE opt_devfs.h FAILSAFE |
