Always build cf/, even if MKSHARE=no, since that stuff is part of Imake.

This commit is contained in:
lukem 2004-01-11 23:44:31 +00:00
parent 15f7d00565
commit da445e3617
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.3 2003/09/12 18:38:31 lukem Exp $
# $NetBSD: Makefile,v 1.4 2004/01/11 23:44:31 lukem Exp $
.include <bsd.own.mk>
SUBDIR= cf
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= cf fonts man nls
SUBDIR+=fonts man nls
.endif
.include <bsd.subdir.mk>