diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile b/Makefile deleted file mode 100755 index 9259b90..0000000 --- a/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -FPACKAGE = smartcardauth -VERSION = 1.0 - -build: - -clean: - -install: - sed -i "s#scriptor#scriptor_standalone#g" scriptor_standalone.pl - /usr/bin/pp -a /usr/lib/perl5/Chipcard -a /usr/lib/perl5/Chipcard -o scriptor_standalone scriptor_standalone.pl - rm scriptor_standalone.pl - mv scriptor_standalone usr/bin/scriptor_standalone - - ./build_ckpasswd - - mkdir -p $(DESTDIR)/usr - cp -Rp src/ckpasswd usr/bin/smartauthckpasswd - cp -Rp src/smartauthmon usr/bin/smartauthmon - cp -Rp usr/* $(DESTDIR)/usr/ - - mkdir -p $(DESTDIR)/etc - cp -Rp etc/* $(DESTDIR)/etc/ |