738ad05ece
included in subdir list if making 'obj' or 'lint'. I don't particularly trust this way of adding things; !make(install) was much more obvious, and safer in the face of addition of new build targets.
9 lines
201 B
Makefile
9 lines
201 B
Makefile
# $Id: Makefile,v 1.5 1995/11/22 05:38:58 cgd Exp $
|
|
|
|
.if make(clean) || make(cleandir) || make(depend) || make(obj) || make(lint)
|
|
SUBDIR += tools
|
|
.endif
|
|
SUBDIR += tn3270 mset
|
|
|
|
.include <bsd.subdir.mk>
|