Sync usage with man page.
[netbsd-mini2440.git] / usr.bin / tn3270 / tools / mkastosc / Makefile
blob5cb601f86b1bab56e23f2334b379d27ff8a77d6d
1 # $NetBSD: Makefile,v 1.9 1999/07/14 21:36:37 wrstuden Exp $
3 HOSTPROG= mkastosc
4 HOST_CPPFLAGS+= -DHOST_TOOL
5 SRCS= mkastosc.c dohits.c asc_ebc.c ebc_disp.c
7 HOST_CPPFLAGS+=-I${.CURDIR}/../mkhits
8 .PATH: ${.CURDIR}/../mkhits
10 .include <bsd.hostprog.mk>