NetBSD/usr.bin/tn3270/tools/mkastods/Makefile
1997-05-06 20:44:56 +00:00

13 lines
218 B
Makefile

# $NetBSD: Makefile,v 1.6 1997/05/06 20:45:44 gwr 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.c: ${.CURDIR}/../../api