xref: /freebsd/share/Makefile (revision cb166ce422ac2bc81f42c2a2e2cd68625c11478d)
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