NetBSD/usr.bin/tn3270/tools/mkhits/Makefile
mycroft aee4b07b8a Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:48:44 +00:00

13 lines
221 B
Makefile

# $Id: Makefile,v 1.4 1993/08/02 17:56:16 mycroft 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