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

12 lines
252 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2002/09/15 01:27:46 thorpej Exp $
HOSTPROG= mkastosc
HOST_CPPFLAGS+= -DHOST_TOOL
SRCS= mkastosc.c dohits.c asc_ebc.c ebc_disp.c
1993-04-26 18:02:21 +04:00
HOST_CPPFLAGS+=-I${.CURDIR}/../mkhits
.PATH: ${.CURDIR}/../mkhits
1993-04-26 18:02:21 +04:00
.include <bsd.hostprog.mk>
1993-04-26 18:02:21 +04:00