12 lines
167 B
Makefile
12 lines
167 B
Makefile
|
# $NetBSD: Makefile,v 1.2 2010/04/23 19:41:03 joerg Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
SUBDIR=
|
||
|
|
||
|
.if ${MKBSDTAR} == "yes"
|
||
|
SUBDIR+= cpio tar
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|