xref: /freebsd/bin/stty/Makefile (revision ae77177087c655fc883075af4f425b37e032cd05)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4PROG=	stty
5SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c util.c
6
7.include <bsd.prog.mk>
8