summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 9d083e5b63f450bc368e27dd223f8d64beb8b568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/

	mkdir -p $(DESTDIR)/etc
	cp -Rp etc/*  $(DESTDIR)/etc/