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

13 lines
216 B
Makefile

# $NetBSD: Makefile,v 1.5 1997/01/09 20:22:59 tls Exp $
CFLAGS += -I${.CURDIR}/.. -I.
NOMAN = I mean it!
SRCS = mkdstoas.c asc_ebc.c ebc_disp.c
PROG = mkdstoas
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../../api