diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-03-24 15:45:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-03-24 15:45:47 +0100 |
commit | ae75cb9bc8d0002b781285e4ce8c406db15ecc12 (patch) | |
tree | 0bb6c91ae99785abc353deeaec9ec5f66f7fc5ba /Makefile | |
parent | bump year (diff) | |
download | libpassphrase-ae75cb9bc8d0002b781285e4ce8c406db15ecc12.tar.gz libpassphrase-ae75cb9bc8d0002b781285e4ce8c406db15ecc12.tar.bz2 libpassphrase-ae75cb9bc8d0002b781285e4ce8c406db15ecc12.tar.xz |
update makefile and manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ PKGNAME ?= libpassphrase OPTIONS ?= # PASSPHRASE_ECHO: Do not hide the passphrase # PASSPHRASE_STAR: Use '*' for each character instead of no echo +# PASSPHRASE_TEXT: Use '(empty)' and '(not empty)' instead of no echo # PASSPHRASE_REALLOC: Soften security by using `realloc` # PASSPHRASE_MOVE: Enable move of point # PASSPHRASE_INSERT: Enable insert mode |