NetBSD/usr.bin/tn3270/tools/mkhits/Makefile

13 lines
221 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.4 1993/08/02 17:56:16 mycroft Exp $
1993-04-26 18:02:21 +04:00
CFLAGS += -I${.CURDIR}/.. -I.
1993-04-26 20:31:58 +04:00
NOMAN = I mean it!
1993-04-26 18:02:21 +04:00
SRCS = mkhits.c dohits.c asc_ebc.c ebc_disp.c
PROG = mkhits
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../../api