diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ PREFIX ?= /usr BINDIR = ${DESTDIR}${PREFIX}/bin MANDIR = ${DESTDIR}${PREFIX}/share/man -INSTALL_UDEV_RULES = 0 +INSTALL_UDEV_RULES = 1 INSTALL_UDEV_1 = install_udev_rules UDEVDIR ?= /lib/udev/rules.d |