xref: /NextBSD/bin/stty/Makefile (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
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