Home | History | Annotate | Line # | Download | only in libavl
      1 #	$NetBSD: Makefile,v 1.6 2019/09/22 18:45:19 brad Exp $
      2 
      3 .include <bsd.init.mk>
      4 
      5 USE_SHLIBDIR=	yes
      6 
      7 .PATH:	${.CURDIR}/../../dist/common/avl
      8 
      9 CPPFLAGS+=-Wall -Wno-unknown-pragmas
     10 
     11 LIB=	avl
     12 SRCS=	avl.c
     13 
     14 .include "../../Makefile.zfs"
     15 .include <bsd.lib.mk>
     16