Some housekeeping...
This commit is contained in:
parent
687777f90b
commit
6d3e3393b5
6 changed files with 19 additions and 8 deletions
6
Makefile
6
Makefile
|
|
@ -1,10 +1,11 @@
|
|||
all:
|
||||
$(CC) -Wall -o ./checkpw ./checkpw.c -lpam -lpam_misc
|
||||
$(CC) -Wall -o ./checkpw ./checkpw.c -lpam
|
||||
gzip -fk ./checkpw.1
|
||||
|
||||
clean:
|
||||
rm -f ./checkpw
|
||||
rm -f ./checkpw.1.gz
|
||||
rm -f ./test
|
||||
|
||||
install:
|
||||
install -g 0 -o 0 -m 0655 ./checkpw /usr/bin/
|
||||
|
|
@ -16,3 +17,6 @@ uninstall:
|
|||
rm -f /usr/include/checkpw.h
|
||||
rm -f /usr/share/man/man1/checkpw.1.gz
|
||||
|
||||
test:
|
||||
$(CC) -Wall -DPAM_DEBUG -o test test.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue