diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tn3270/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/tn3270/Makefile b/usr.bin/tn3270/Makefile index 9166f72..009e31f 100644 --- a/usr.bin/tn3270/Makefile +++ b/usr.bin/tn3270/Makefile @@ -1,5 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -PROG= bdes +SUBDIR= tn3270 mset -.include <bsd.prog.mk> +.if !make(install) +SUBDIR+=tools +.endif + +.include <bsd.subdir.mk> |