Skip to content

Commit

Permalink
Don't let distclean delete our dummy headers
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 2027952 commit 6167931
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/os/freebsd/spl/sys/inttypes.h
@@ -0,0 +1 @@
/* do not delete */
1 change: 1 addition & 0 deletions include/os/freebsd/spl/sys/mode.h
@@ -0,0 +1 @@
/* do not delete */
1 change: 1 addition & 0 deletions include/os/freebsd/spl/sys/strings.h
@@ -0,0 +1 @@
/* do not delete */
1 change: 0 additions & 1 deletion module/Makefile.in
Expand Up @@ -110,7 +110,6 @@ cscopelist-am: $(am__tagged_files)
fi; \
done >> $(top_builddir)/cscope.files

distdir:
modules_install-FreeBSD:
@# Install the kernel modules
flags="$$(echo $$MAKEFLAGS | tr ' ' '\n' | grep '^-j')"; \
Expand Down

0 comments on commit 6167931

Please sign in to comment.