summaryrefslogtreecommitdiff
path: root/usr.bin/tn3270/tools/mkhits/Makefile
blob: 54febaeb332e837958d3de2166ab4d9c0a1625cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 1996/03/09 01:33:40 niklas Exp $

CFLAGS += -I${.CURDIR}/.. -I.

NOMAN = I mean it!

SRCS = mkhits.c dohits.c asc_ebc.c ebc_disp.c
PROG = mkhits

.include <bsd.prog.mk>

.PATH: ${.CURDIR}/../../api