mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
9 lines
131 B
Makefile
9 lines
131 B
Makefile
|
COMMON_H =
|
||
|
|
||
|
KERNEL_H = \
|
||
|
$(top_srcdir)/include/os/freebsd/spl/rpc/xdr.h
|
||
|
|
||
|
USER_H =
|
||
|
|
||
|
EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
|