xref: /freebsd/bin/stty/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=runtime
2PROG=	stty
3SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c util.c
4
5.include <bsd.prog.mk>
6