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