minix/external/bsd/libarchive/lib/libarchive_fe/Makefile
Ben Gras 543adbed3a libarchive import
. clean and nbsd_ports managed import
	. also makes it shared
2012-05-02 13:31:48 +02:00

14 lines
244 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/02/20 02:55:53 joerg Exp $
.include <bsd.init.mk>
.PATH: ${LIBARCHIVEDIR}/libarchive_fe
LIBISPRIVATE= yes
LIB= archive_fe
SRCS= err.c line_reader.c matching.c pathmatch.c
NOMAN= yes
.include <bsd.lib.mk>