pkgsrc/devel/avltree/files/Makefile
rillig cb81c0ec92 Needs BSD_MAKE_ENV.
Replaced two patches with one file in files/, to keep the code readable.
2006-10-22 07:12:14 +00:00

15 lines
195 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/10/22 07:12:14 rillig Exp $
#
LIB= avltree
SRCS= avltree.c
SHLIB_MAJOR= 1
SHLIB_MINOR= 1
MAN= avltree.3
INCS= avltree.h
NOLINT= yes
.include <bsd.lib.mk>