This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / tn3270 / tools / mkdctype / Makefile
# $Header: /b/source/CVS/src/usr.bin/tn3270/tools/mkdctype/Makefile,v 1.3 1993/04/27 06:47:46 cgd Exp $
CFLAGS += -I${.CURDIR}/.. -I.
NOMAN = I mean it!
SRCS = mkdctype.c ebc_disp.c ectype.c
PROG = mkdctype
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../../api