[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share

File: [cvs.NetBSD.org] / src / share / Makefile (download)

Revision 1.14, Sat Dec 30 04:21:20 2000 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.13: +5 -2 lines

wrap "locale" by MKNLS != no.  req'ed by mrg

#	$NetBSD: Makefile,v 1.14 2000/12/30 04:21:20 itojun 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 man me misc mk \
	tabset termcap tmac wscons zoneinfo
.if ${MKNLS} != "no"
SUBDIR+=locale
.endif
.endif

.include <bsd.subdir.mk>