summaryrefslogtreecommitdiffstats
path: root/rules/unzip.in
blob: 561532a31ca1ae0c7a3b9d8ca763f1ceecc9174d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuconfig UNZIP
	tristate
	prompt "unzip                         "
	help
	  UnZip is an extraction utility for archives compressed in .zip
	  format (also called "zipfiles").

if UNZIP

config UNZIP_UNZIP
	bool "unzip"

config UNZIP_FUNZIP
	bool "funzip"

config UNZIP_UNZIPSFX
	bool "unzipsfx"

endif