xref: /netbsd-src/external/bsd/libarchive/bin/Makefile (revision 22c838d332d255d213ec241542b972c41499e9c6)
1#	$NetBSD: Makefile,v 1.2 2010/04/23 19:41:03 joerg Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=
6
7.if ${MKBSDTAR} == "yes"
8SUBDIR+=	cpio tar
9.endif
10
11.include <bsd.subdir.mk>
12