NetBSD/external/mit/xorg/share/Makefile
tron c3b15fd54b Build and install the following manual pages from the "xorg-docs" package:
- Consortium(7)
- Standards(7)
- X(7)
- XOrgFoundation(7)
- XProjectTeam(7)
- Xsecurity(7)
This fixes PR xsrc/44034 by Martin Neitzel.
2010-11-18 18:47:35 +00:00

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>