1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-02-03 13:54:23 +03:00
mirror_zfs/etc/modules-load.d/Makefile.am

15 lines
278 B
Makefile
Raw Normal View History

modulesload_DATA = \
zfs.conf
EXTRA_DIST = \
$(top_srcdir)/etc/modules-load.d/zfs.conf.in
$(modulesload_DATA):%:%.in
-$(SED) \
-e '' \
$< >'$@'
# Double-colon rules are allowed; there are multiple independent definitions.
distclean-local::
-$(RM) $(modulesload_DATA)