#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD: src/bin/stty/Makefile,v 1.8 2001/12/04 01:57:46 obrien Exp $
# $MidnightBSD: src/bin/stty/Makefile,v 1.2 2007/07/26 20:13:01 laffer1 Exp $

PROG=	stty
SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c util.c

.include <bsd.prog.mk>
