0cdcf7cea6
build it. 0.6 is going to be imported in external/bsd/atf, with all the necessary Makefiles in that same hierarchy.
22 lines
519 B
Makefile
22 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.30 2009/01/19 07:08:14 jmmv Exp $
|
|
# from @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
# Missing: ms
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no" || \
|
|
make(clean) || make(cleandir) || make(distclean) || make(obj)
|
|
SUBDIR= dict doc examples legal man me misc mk \
|
|
tabset termcap tmac wscons xml xsl zoneinfo
|
|
.if ${MKNLS} != "no"
|
|
SUBDIR+=i18n locale nls
|
|
.endif
|
|
.endif
|
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
includes-examples includes-man:
|
|
@true
|
|
|
|
.include <bsd.subdir.mk>
|