#	@(#)Makefile	5.8 (Berkeley) 7/2/90
#
# remove lisp,
SUBDIR=	ar ctags error fpr fsplit gcore indent lex lint lorder \
	mkdep mkstr nm ranlib ratfor size strings strip struct \
	tsort unifdef vgrind xinstall xstr yacc

.if   ${MACHINE} == "tahoe"
SUBDIR+=as.tahoe cc cpp dbx f77 gprof ld pascal
.elif ${MACHINE} == "vax"
SUBDIR+=as.vax cc cpp dbx f77 gprof ld pascal
.elif ${MACHINE} == "rt"
SUBDIR+=as.rt hc cpp ld.rt dbx.rt gprof
.endif

.include <bsd.subdir.mk>
