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 examples man me misc mk monetdef \ 7 msgdef numericdef skel syscons tabset termcap timedef zoneinfo 8 9 10.if ${MACHINE_ARCH} != "sparc64" 11SUBDIR+= mklocale 12.endif 13 14.if !defined(NO_SHAREDOCS) 15SUBDIR+= doc 16.endif 17 18.if !defined(NO_I4B) 19SUBDIR+= isdn 20.endif 21 22.if !defined(NO_SENDMAIL) 23SUBDIR+= sendmail 24.endif 25 26.include <bsd.subdir.mk> 27