minix/share/Makefile

32 lines
626 B
Makefile

# $NetBSD: Makefile,v 1.36 2019/05/07 05:02:42 thorpej Exp $
# from @(#)Makefile 8.1 (Berkeley) 6/5/93
# Missing: ms
.include <bsd.own.mk>
#__MINIX: dict examples me \
# tabset tmac wscons xml
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= installboot legal man misc mk \
terminfo
#__MINIX:
#.if ${MKGROFF} != "no"
#SUBDIR+=doc
#.endif
.if ${MKNLS} != "no"
SUBDIR+=i18n locale nls
.endif
.endif
#__MINIX:
#SUBDIR.roff+= doc
# Speedup stubs for some subtrees that don't need to run these rules
includes-examples includes-man:
@true
.include <bsd.subdir.mk>