blob: e3336541a413899ad5c9a73665a1d5a5dfe4cdfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# $Id$
#
pcmciadir = $(sysconfdir)/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)
|