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

13 lines
268 B
Makefile

# $Header: /cvsroot/src/usr.bin/tn3270/tools/mkhits/Attic/Makefile,v 1.3 1993/04/27 06:47:50 cgd 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