9 lines
179 B
Makefile
9 lines
179 B
Makefile
# $Id: Makefile,v 1.4 1995/10/22 00:13:41 christos Exp $
|
|
|
|
.if make(clean) || make(cleandir) || make(depend)
|
|
SUBDIR += tools
|
|
.endif
|
|
SUBDIR += tn3270 mset
|
|
|
|
.include <bsd.subdir.mk>
|