543adbed3a
. clean and nbsd_ports managed import . also makes it shared
13 lines
244 B
Makefile
13 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>
|