12 lines
211 B
Makefile
12 lines
211 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/01/13 23:18:24 haad Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../dist/common/avl
|
|
|
|
CPPFLAGS+=-Wall -Wno-unknown-pragmas
|
|
|
|
LIB= avl
|
|
SRCS= avl.c
|
|
|
|
.include "../../Makefile.zfs"
|
|
.include <bsd.lib.mk>
|