summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-09-10 18:39:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-09-10 18:39:58 +0000
commit030dc0510f93d634f98bf1750b913309bd2c1e01 (patch)
treeaae6f05e2d7a860feff6e86d7dc9e826afeb555b /sys/conf
parentc19c172e4d1dfb455e52a3f194b4f8d023a8b493 (diff)
GPT requires crc32 unconditionally, for (size-constrained) install
media which lack ppp/crypto/etc. Include the libz one. If this becomes a size issue later, krw has a tiny crc32 to use instead. ok krw
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 543df4a38f7..691d7f2cfd9 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.601 2015/09/10 16:30:23 krw Exp $
+# $OpenBSD: files,v 1.602 2015/09/10 18:39:57 deraadt Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -1018,7 +1018,7 @@ file lib/libkern/arch/${MACHINE_ARCH}/htons.S | lib/libkern/htons.c
file lib/libkern/arch/${MACHINE_ARCH}/strncasecmp.S | lib/libkern/strncasecmp.c
file lib/libz/adler32.c ppp_deflate | ipsec | crypto | bios
-file lib/libz/crc32.c ppp_deflate | ipsec | crypto
+file lib/libz/crc32.c
file lib/libz/infback.c ppp_deflate | ipsec | crypto
file lib/libz/inffast.c ppp_deflate | ipsec | crypto
file lib/libz/inflate.c ppp_deflate | ipsec | crypto