1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-01-22 07:56:36 +03:00
mirror_zfs/etc/udev/rules.d/Makefile.am

11 lines
192 B
Makefile
Raw Normal View History

pkgsysconfdir = $(sysconfdir)/udev/rules.d
pkgsysconf_DATA = \
60-zpool.rules \
60-zvol.rules
EXTRA_DIST = 60-zpool.rules.in 60-zvol.rules.in
distclean-local::
-$(RM) $(pkgsysconf_DATA)