summaryrefslogtreecommitdiff
path: root/usr.bin/tn3270/Makefile
blob: c3724e4d25594791f102465a8af3d8b5460a8954 (plain)
1
2
3
4
5
6
7
8
#	$Id: Makefile,v 1.2 1995/12/14 03:31:36 deraadt Exp $

.if make(clean) || make(cleandir) || make(depend) || make(obj) || make(lint)
SUBDIR += tools
.endif
SUBDIR += tn3270 mset

.include <bsd.subdir.mk>