]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libavl/Makefile.am
Vendor import of openzfs master @ 184df27eef0abdc7ab2105b21257f753834b936b
[FreeBSD/FreeBSD.git] / lib / libavl / Makefile.am
1 include $(top_srcdir)/config/Rules.am
2
3 VPATH = $(top_srcdir)/module/avl/
4
5 # Includes kernel code, generate warnings for large stack frames
6 AM_CFLAGS += $(FRAME_LARGER_THAN)
7
8 noinst_LTLIBRARIES = libavl.la
9
10 KERNEL_C = \
11         avl.c
12
13 nodist_libavl_la_SOURCES = \
14         $(KERNEL_C)