? zaptel.permissions ? zaptel.rules Index: Makefile =================================================================== RCS file: /usr/cvsroot/zaptel/Makefile,v retrieving revision 1.73 diff -u -r1.73 Makefile --- Makefile 20 Apr 2005 16:17:17 -0000 1.73 +++ Makefile 5 May 2005 18:28:08 -0000 @@ -343,6 +343,10 @@ [ `id -u` = 0 ] && /sbin/depmod -a || : [ -f $(CONFIG_FILE) ] || install -D -m 644 zaptel.conf.sample $(CONFIG_FILE) +install-udev: + install -m 444 zaptel.rules $(INSTALL_PREFIX)/etc/udev/rules.d + install -m 444 zaptel.permissions $(INSTALL_PREFIX)/etc/udev/permissions.d + config: if [ -d $(INSTALL_PREFIX)/etc/rc.d/init.d ]; then \ install -D -m 755 zaptel.init $(INSTALL_PREFIX)/etc/rc.d/init.d/zaptel; \