Home | History | Annotate | Line # | Download | only in libavl
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2010/02/21 01:46:35 darran Exp $
      2 
      3 .PATH:	${.CURDIR}/../../dist/common/avl
      4 
      5 LIB=	avl
      6 SRCS=	avl.c
      7 
      8 .include "../../Makefile.zfs"
      9 .include <bsd.lib.mk>
     10