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

13 lines
216 B
Makefile

# $Id: Makefile,v 1.4 1993/08/02 17:56:01 mycroft Exp $
CFLAGS += -I${.CURDIR}/.. -I.
NOMAN = I mean it!
SRCS = mkastods.c asc_ebc.c ebc_disp.c
PROG = mkastods
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../../api