diff options
author | Jean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org> | 2001-07-06 14:00:31 +0000 |
---|---|---|
committer | Jean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org> | 2001-07-06 14:00:31 +0000 |
commit | 6fe832b872c161e4877012a9470507e625992348 (patch) | |
tree | b94b5ed6cdedfc3b221aea882710c677b57c4fcd | |
parent | 83f4f47e0ec7e276e9e102ff0f8588c74eb8ca53 (diff) |
Change to make the kernel build when IPCOMP is activated and
PPP_DEFLATE is not. Reported by Heikki Korpela <heko@saitti.net>.
ho@ ok.
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index a9a7cb8e869..19280c08aac 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.88 2001/06/27 07:18:34 niklas Exp $ +# $OpenBSD: files.i386,v 1.89 2001/07/06 14:00:30 jjbg Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -38,7 +38,7 @@ file arch/i386/i386/sys_machdep.c file arch/i386/i386/trap.c file arch/i386/i386/vm_machdep.c file arch/i386/i386/dkcsum.c bios -file lib/libz/adler32.c !ppp_deflate +file lib/libz/adler32.c !ppp_deflate & !ipcomp file dev/cons.c file dev/cninit.c file arch/i386/i386/wscons_machdep.c |