xref: /netbsd-src/external/bsd/libarchive/bin/Makefile (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
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