xref: /openbsd/bin/stty/Makefile (revision 404b540a)
1#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:35:50 deraadt Exp $
2
3PROG=	stty
4SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c
5
6.include <bsd.prog.mk>
7