xref: /dragonfly/bin/stty/Makefile (revision 0bb9290e)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: src/bin/stty/Makefile,v 1.5.2.1 2001/08/01 05:26:12 obrien Exp $
3# $DragonFly: src/bin/stty/Makefile,v 1.4 2005/02/06 06:16:40 okumoto Exp $
4
5PROG=	stty
6SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c util.c
7
8.include <bsd.prog.mk>
9