1
2PACKAGE=runtime
3PROG=	stty
4SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c util.c
5
6.include <bsd.prog.mk>
7