summaryrefslogtreecommitdiffstats
path: root/rules/lsh.in
blob: 907cdca1c12996c935af8e54bead2774dd7b5f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
menu "LSH                 "

config LSH
	bool
	select GMP4
	select LIBOOP
	prompt "LSH"
	help
	  FIXME: This item needs to be documented

config LSH_EXECUV
	bool
	prompt "Install lsh-execuf"
	depends on LSH
	help
	  FIXME: This item needs to be documented

config LSH_LSHD
	bool
	prompt "Install lshd"
	depends on LSH
	help
	  FIXME: This item needs to be documented

config LSH_SFTPD
	bool
	prompt  "Install sftp-server"
	depends on LSH
	help
	  FIXME: This item needs to be documented

config LSH_MAKESEED
	bool
	prompt "Install lsh-make-seed"
	depends on LSH
	help
	  FIXME: This item needs to be documented

config LSH_KEYGEN 
	bool
	prompt "Install lsh-keygen"
	depends on LSH
	help
	  FIXME: This item needs to be documented

config LSH_WRITEKEY
        bool
	prompt "Install lsh-writekey"
	depends on LSH
	help
	  FIXME: This item needs to be documented

endmenu