You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smartcardauth/Makefile

14 lines
190 B

FPACKAGE = smartcardauth
VERSION = 2.0
build:
clean:
install:
./build_cardpincheck
mkdir -p $(DESTDIR)/usr
cp -Rp src/cardpincheck usr/bin/cardpincheck
cp -Rp usr/* $(DESTDIR)/usr/