summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270/tools/mkastosc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tn3270/tools/mkastosc/Makefile')
-rw-r--r--usr.bin/tn3270/tools/mkastosc/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/tn3270/tools/mkastosc/Makefile b/usr.bin/tn3270/tools/mkastosc/Makefile
new file mode 100644
index 0000000..a6268f5
--- /dev/null
+++ b/usr.bin/tn3270/tools/mkastosc/Makefile
@@ -0,0 +1,9 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= mkastosc
+SRCS= mkastosc.c dohits.c asc_ebc.c ebc_disp.c
+CFLAGS+=-I${.CURDIR}/../mkhits -I${.CURDIR}/.. -I.
+NOMAN= noman
+.PATH: ${.CURDIR}/../mkhits ${.CURDIR}/../../api
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud