Makefile revision 58418
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/Makefile 58418 2000-03-21 09:24:09Z obrien $
3
4# Do not include `info' in the SUBDIR list, it is handled separately.
5
6SUBDIR= colldef dict examples isdn man me misc mk mklocale skel \
7	syscons tabset termcap timedef zoneinfo
8
9.if !defined(NO_SHAREDOCS)
10SUBDIR+= doc
11.endif
12
13.include <bsd.subdir.mk>
14