d774deab54
This release sets the error return properly when a screen descriptor read fails, and fixes minor API documentation bugs.
12 lines
217 B
Makefile
12 lines
217 B
Makefile
# $NetBSD: Makefile,v 1.48 2013/08/31 18:41:33 adam Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
COMMENT= GIF image format library
|
|
|
|
CONFLICTS+= libungif-[0-9]*
|
|
|
|
BUILD_DIRS= lib
|
|
INSTALL_DIRS= lib
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|