diff options
Diffstat (limited to 'usr.bin/tn3270/tools/Makefile')
-rw-r--r-- | usr.bin/tn3270/tools/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/tn3270/tools/Makefile b/usr.bin/tn3270/tools/Makefile new file mode 100644 index 0000000..0b64f8f --- /dev/null +++ b/usr.bin/tn3270/tools/Makefile @@ -0,0 +1,5 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +SUBDIR= mkhits mkastosc mkastods mkdstoas mkdctype + +.include <bsd.subdir.mk> |