Move ctype man page from locale to gen, they are locale-sensitive, but
[dragonfly/netmp.git] / share / Makefile
blobe097632762035089223165a2bd0797d3521991fa
1 # @(#)Makefile 8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/share/Makefile,v 1.22.2.4 2002/03/12 17:13:32 phantom Exp $
3 # $DragonFly: src/share/Makefile,v 1.3 2005/03/13 18:05:53 joerg Exp $
5 # Do not include `info' in the SUBDIR list, it is handled separately.
7 SUBDIR= colldef dict examples man me misc mk mklocale monetdef \
8 msgdef numericdef skel syscons tabset termcap timedef zoneinfo
10 .if !defined(NO_I4B)
11 SUBDIR+= isdn
12 .endif
14 .if !defined(NO_SENDMAIL)
15 SUBDIR+= sendmail
16 .endif
18 .include <bsd.subdir.mk>