xref: /openbsd/distrib/special/stty/Makefile (revision 09467b48)
1#	$OpenBSD: Makefile,v 1.1 2014/12/23 17:16:03 deraadt Exp $
2
3PROG=	stty
4SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c
5
6.PATH:	${.CURDIR}/../../../bin/stty
7.include <bsd.prog.mk>
8