9 lines
181 B
Makefile
9 lines
181 B
Makefile
# $Header: /cvsroot/src/usr.bin/tn3270/Attic/Makefile,v 1.2 1993/04/27 06:47:28 cgd Exp $
|
|
|
|
.if !make(install)
|
|
SUBDIR += tools
|
|
.endif
|
|
SUBDIR += tn3270 mset
|
|
|
|
.include <bsd.subdir.mk>
|