1994-05-27 12:33:43 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
|
1994-11-14 21:28:46 +00:00
|
|
|
.if !make(install) && !make(distribute)
|
1995-09-29 18:32:39 +00:00
|
|
|
# Build tools first so that things don't get built using stale tools and
|
|
|
|
# then built again after the tools are freshened.
|
|
|
|
#
|
|
|
|
# XXX this doesn't fix the problem if the tools are built by running make
|
|
|
|
# in the tn3270 subdir, because the Makefile doesn't give the full
|
|
|
|
# dependencies of the tools.
|
|
|
|
#
|
|
|
|
# XXX this doesn't fix the problem for `make depend' either.
|
|
|
|
SUBDIR= tools
|
1994-05-27 12:33:43 +00:00
|
|
|
.endif
|
|
|
|
|
1995-09-29 18:32:39 +00:00
|
|
|
SUBDIR+=tn3270 mset
|
|
|
|
|
1994-05-27 12:33:43 +00:00
|
|
|
.include <bsd.subdir.mk>
|