diff options
author | phk <phk@FreeBSD.org> | 1996-01-15 10:28:44 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-01-15 10:28:44 +0000 |
commit | 866d9567ab4be9944b7635370adf8e0e0471549e (patch) | |
tree | a7eef651439ee5add1ef462aaa328b2f14d2a8c9 /sys/conf | |
parent | 7a93e918354d6b4eef90ece6e4e7c6bf116a3da6 (diff) | |
download | FreeBSD-src-866d9567ab4be9944b7635370adf8e0e0471549e.zip FreeBSD-src-866d9567ab4be9944b7635370adf8e0e0471549e.tar.gz |
Make bin2bcd and bcd2bin global macroes instead of having local
implementations all over the place.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 321c921..8722eee 100644 --- a/sys/conf/files.i386 +++ b/sys/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.122 1995/12/29 15:28:46 bde Exp $ +# $Id: files.i386,v 1.123 1996/01/03 06:26:15 gibbs Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ @@ -194,6 +194,7 @@ i386/linux/linux_sysent.c optional linux i386/scsi/aic7xxx.c optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_reg.h aic7xxx_seq.h" i386/scsi/bt.c optional bt device-driver +libkern/bcd.c standard libkern/divdi3.c standard libkern/inet_ntoa.c standard libkern/mcount.c optional profiling-routine |