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

13 lines
216 B
Makefile
Raw Normal View History

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