NetBSD/usr.bin/tn3270/tools/mkastods/Makefile
thorpej 55153619f4 Make the tn3270 host tools build on non-BSD systems. Slightly
kludgy, but saves a major overhaul.
2002-09-15 01:27:44 +00:00

8 lines
175 B
Makefile

# $NetBSD: Makefile,v 1.10 2002/09/15 01:27:45 thorpej Exp $
HOSTPROG= mkastods
HOST_CPPFLAGS+= -DHOST_TOOL
SRCS= mkastods.c asc_ebc.c ebc_disp.c
.include <bsd.hostprog.mk>