summaryrefslogtreecommitdiff
path: root/comms/tn3270/files/tools/mkhits/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/tn3270/files/tools/mkhits/Makefile')
-rw-r--r--comms/tn3270/files/tools/mkhits/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/tn3270/files/tools/mkhits/Makefile b/comms/tn3270/files/tools/mkhits/Makefile
deleted file mode 100644
index 8e9f08b931f..00000000000
--- a/comms/tn3270/files/tools/mkhits/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2010/01/17 01:41:34 dholland Exp $
-
-TOP=../..
-include $(TOP)/mk/setup.mk
-
-PROG=mkhits
-SRCS=mkhits.c dohits.c ../../api/asc_ebc.c ../../api/ebc_disp.c
-
-CFLAGS+=-I../../api
-CFLAGS+=-DHOST_TOOL
-
-# should be hostprog.mk for crosscompiling (FUTURE)
-include $(TOP)/mk/prog.mk