Skip to content

Commit

Permalink
Skip dracut and initramfs subdirs if not on Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Moeller <ryan@ixsystems.com>
  • Loading branch information
Ryan Moeller committed Jul 9, 2019
1 parent aa310e8 commit 2027952
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/Makefile.am
@@ -1,2 +1,5 @@
SUBDIRS = bash_completion.d dracut initramfs pyzfs
SUBDIRS = bash_completion.d pyzfs
if BUILD_LINUX
SUBDIRS += dracut initramfs
endif
DIST_SUBDIRS = bash_completion.d dracut initramfs pyzfs

0 comments on commit 2027952

Please sign in to comment.