man/vlock.1: add missing word "option"
[vlock.git] / config.mk
blob6b94c82e79791b48f2d52016cb262959ba25a314
1 # authentification method (pam or shadow)
2 AUTH_METHOD = pam
3 # use pam for permission checking
4 USE_PAM = n
5 # also prompt for the root password in adition to the user's
6 USE_ROOT_PASS = y
7 # shell to run vlock.sh with
8 BOURNE_SHELL = /bin/sh
9 # user with the same uid as the one starting vlock-current can kill it
10 USER_KILL = y
12 # group to install vlock-all and vlock-nosysrq as
13 # defaults to 'root')
14 VLOCK_GROUP =
15 # mode to install vlock-all and vlock-nosysrq as
16 # defaults to 4711 if group is unset and 4710 otherwise
17 VLOCK_MODE =
19 # installation base directory
20 PREFIX = /usr/local
21 DESTDIR =
23 CC = gcc
24 CFLAGS = -O2 -Wall -W -pedantic -std=gnu99
25 LDFLAGS =
27 PAM_LIBS = -ldl -lpam -lpam_misc
29 INSTALL = install