diff options
author | peter <peter@FreeBSD.org> | 1996-01-24 18:47:58 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-01-24 18:47:58 +0000 |
commit | 8e4035cf4044f7c758501b6669574117260817c8 (patch) | |
tree | aeb4f52039ffe2639b0b98bb47df97ce2039074a /sys/i386/conf/files.i386 | |
parent | 60f6ecc87d5ecfea5a00538005441757a46cea24 (diff) | |
download | FreeBSD-src-8e4035cf4044f7c758501b6669574117260817c8.zip FreeBSD-src-8e4035cf4044f7c758501b6669574117260817c8.tar.gz |
procfs_machdep.c is now shared with ptrace as well. It is now no longer
optional.
Diffstat (limited to 'sys/i386/conf/files.i386')
-rw-r--r-- | sys/i386/conf/files.i386 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 8722eee..47b1aa5 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.123 1996/01/03 06:26:15 gibbs Exp $ +# $Id: files.i386,v 1.124 1996/01/15 10:28:14 phk Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ @@ -36,7 +36,8 @@ i386/i386/mem.c standard i386/i386/microtime.s standard i386/i386/ns_cksum.c optional ns i386/i386/pmap.c standard -i386/i386/procfs_machdep.c optional procfs +# used by ptrace now +i386/i386/procfs_machdep.c standard i386/i386/support.s standard i386/i386/swtch.s standard i386/i386/sys_machdep.c standard |