summaryrefslogtreecommitdiffstats
path: root/pcmcia/Makefile.am
blob: 485bb06b422a2e1fe4ffd5c80e401945b48a3c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 
#  $Id$
#

pcmciadir  = /etc/pcmcia

EXTRA_DIST = bluetooth bluetooth.conf

install-data-local: @PCMCIA@

pcmcia:
	$(mkinstalldirs) $(DESTDIR)$(pcmciadir)
	$(INSTALL) -m 755 $(srcdir)/bluetooth $(DESTDIR)$(pcmciadir)
	$(INSTALL) -m 644 $(srcdir)/bluetooth.conf $(DESTDIR)$(pcmciadir)