mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-28 11:59:34 +03:00
3ff81c4601
#569 was opened in 2012 and closed in 2015; if the issue was still there we'd presumably've seen it? Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
10 lines
169 B
Makefile
10 lines
169 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
udev_PROGRAMS = zvol_id
|
|
|
|
zvol_id_SOURCES = \
|
|
zvol_id_main.c
|
|
|
|
include $(top_srcdir)/config/CppCheck.am
|
|
CPPCHECKTARGETS += zvol_id
|