diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-11-24 08:15:11 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-11-24 08:15:11 +0000 |
| commit | 31461d3a75ae207e7336b40e05bad208870b2b29 (patch) | |
| tree | 625cccdcb75082f0e274f98d0f020054ca1dc6ec /sys | |
| parent | 34429f3d2daecc9c0954d418663df794fb5bca73 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/files.i386 | 4 | ||||
| -rw-r--r-- | sys/i386/conf/files.i386 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index a395b7448890e..7ceea48eccbcc 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,11 +1,11 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.145 1996/11/15 18:36:25 jkh Exp $ +# $Id: files.i386,v 1.146 1996/11/22 04:27:43 peter Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ - compile-with "${CC} -I- -I. -I$S -Wall -o $@ $>" \ + compile-with "${CC} -Wall -o $@ $>" \ no-obj no-implicit-rule \ clean "aic7xxx_asm" # diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index a395b7448890e..7ceea48eccbcc 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,11 +1,11 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.145 1996/11/15 18:36:25 jkh Exp $ +# $Id: files.i386,v 1.146 1996/11/22 04:27:43 peter Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ - compile-with "${CC} -I- -I. -I$S -Wall -o $@ $>" \ + compile-with "${CC} -Wall -o $@ $>" \ no-obj no-implicit-rule \ clean "aic7xxx_asm" # |
