14 lines
244 B
Makefile
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>
|