c3b15fd54b
- Consortium(7) - Standards(7) - X(7) - XOrgFoundation(7) - XProjectTeam(7) - Xsecurity(7) This fixes PR xsrc/44034 by Martin Neitzel.
12 lines
238 B
Makefile
12 lines
238 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/11/18 18:47:35 tron Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= cf
|
|
.if ${MKSHARE} != "no" || \
|
|
make(clean) || make(cleandir) || make(distclean) || make(obj)
|
|
SUBDIR+=fonts man nls
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|