Home | History | Annotate | Line # | Download | only in libavl
Makefile revision 1.5
      1  1.5  christos #	$NetBSD: Makefile,v 1.5 2016/08/04 17:07:24 christos Exp $
      2  1.5  christos 
      3  1.5  christos .include <bsd.init.mk>
      4  1.1      haad 
      5  1.3    darran .PATH:	${.CURDIR}/../../dist/common/avl
      6  1.1      haad 
      7  1.4      haad CPPFLAGS+=-Wall -Wno-unknown-pragmas
      8  1.4      haad 
      9  1.1      haad LIB=	avl
     10  1.1      haad SRCS=	avl.c
     11  1.1      haad 
     12  1.3    darran .include "../../Makefile.zfs"
     13  1.1      haad .include <bsd.lib.mk>
     14