diff options
Diffstat (limited to 'usr.bin/tn3270/tools/mkdstoas/Makefile')
-rw-r--r-- | usr.bin/tn3270/tools/mkdstoas/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/tn3270/tools/mkdstoas/Makefile b/usr.bin/tn3270/tools/mkdstoas/Makefile new file mode 100644 index 00000000000..1f924fc7fad --- /dev/null +++ b/usr.bin/tn3270/tools/mkdstoas/Makefile @@ -0,0 +1,12 @@ +# $Id: Makefile,v 1.1 1995/10/18 08:46:24 deraadt Exp $ + +CFLAGS += -I${.CURDIR}/.. -I. + +NOMAN = I mean it! + +SRCS = mkdstoas.c asc_ebc.c ebc_disp.c +PROG = mkdstoas + +.include <bsd.prog.mk> + +.PATH: ${.CURDIR}/../../api |