Password function
This commit is contained in:
6
src/pam_panic_pw/Makefile
Normal file
6
src/pam_panic_pw/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
LDFLAGS = -lc -lcrypt
|
||||
CFLAGS = $(LDFLAGS) --std=gnu11 -Wall -O2 -DPPASSFILE=\"$(PPASSFILE)\"
|
||||
|
||||
all:
|
||||
mkdir -p ../../build/
|
||||
gcc $(CFLAGS) pam_panic_pw.c -o ../../build/pam_panic_pw
|
Reference in New Issue
Block a user