1# vim:set sw=8 nosta:
2
3BINS=
4SUBDIRS=
5
6
7all:
8
9install:
10	$(INSTALL_DIR) $(PREFIX)/hotplug2/etc
11	$(INSTALL) hotplug2.rules-2.6kernel $(PREFIX)/hotplug2/etc/hotplug2.rules
12
13include ../common.mak
14MAKEDEP:=
15