Created the Validate AuthToken Daemon. There is still work to be done on
this component.
This commit is contained in:
@@ -32,6 +32,9 @@ package package-clean package-install package-uninstall:
|
||||
|
||||
clean-local:
|
||||
if [ -d lib ]; then rm -rf lib; fi
|
||||
if [ -d bin ]; then rm -rf bin; fi
|
||||
if [ -d lib64 ]; then rm -rf lib64; fi
|
||||
if [ -d bin64 ]; then rm -rf bin64; fi
|
||||
|
||||
maintainer-clean-local:
|
||||
rm -f Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user