support installation into nonexistent directories
[vlock.git] / config.mk
blob09797d7fa020ae26a6478f20fc00ceb840a34458
1 # should we build against pam?
2 USE_PAM = y
3 USE_ROOT_PASS = y
4 PREFIX = /usr/local
5 DESTDIR =
7 CC = gcc
8 CFLAGS = -O2
9 LDFLAGS = -ldl -lpam -lpam_misc
11 INSTALL = install
13 ifneq ($(USE_ROOT_PASS),y)
14 CFLAGS += -DNO_ROOT_PASS
15 endif