xref: /freebsd/share/Makefile (revision 58faf4d04b67c7115ff3208b2fbc3b55a86b2878)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4# Do not include `info' in the SUBDIR list, it is handled separately.
5
6SUBDIR= colldef dict doc examples isdn man me misc mk mklocale skel \
7	syscons tabset termcap timedef zoneinfo
8
9.include <bsd.subdir.mk>
10