NetBSD/usr.bin/tn3270/Makefile
cgd 738ad05ece fix parallel build changes: at minimum, tools also needs to be
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.
1995-11-22 05:38:58 +00:00

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>