diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-09-10 18:39:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-09-10 18:39:58 +0000 |
commit | 030dc0510f93d634f98bf1750b913309bd2c1e01 (patch) | |
tree | aae6f05e2d7a860feff6e86d7dc9e826afeb555b /sys/conf | |
parent | c19c172e4d1dfb455e52a3f194b4f8d023a8b493 (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/files | 4 |
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 |