summaryrefslogtreecommitdiffstats
path: root/hcid/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r--hcid/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index d9e8ddbe..2f5e2038 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -47,13 +47,3 @@ CLEANFILES = lexer.c parser.c parser.h
EXTRA_DIST = $(man_MANS) $(conf_DATA) dbus.h dbus.c dbus-test bluez-hcid.conf
MAINTAINERCLEANFILES = Makefile.in
-
-pinfile = $(confdir)/pin
-
-install-data-local:
- [ -f $(DESTDIR)$(pinfile) ] || \
- echo "BlueZ" > $(DESTDIR)$(pinfile); \
- chmod 600 $(DESTDIR)$(pinfile)
-
-uninstall-local:
- @rm -f $(DESTDIR)$(pinfile)