1# $MirOS: src/gnu/usr.bin/Makefile,v 1.15 2008/08/06 00:29:07 tg Exp $
2
3.include <bsd.own.mk>
4
5  SUBDIR+= binutils
6.if ${CROSS_MODE:L} != "yes"
7  SUBDIR+= cvs anoncvs
8.  if ${NOPIC:L} == "no"
9  SUBDIR+= lynx
10.  endif
11  SUBDIR+= perl		# must be after binutils (why?)
12  SUBDIR+= rcs
13  SUBDIR+= texinfo	# last, builds the info 'dir' file
14.endif
15
16.include <bsd.subdir.mk>
17