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