xref: /dragonfly/bin/stty/Makefile (revision d5f516c3)
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.3 2004/09/26 16:09:13 asmodai Exp $
4
5PROG=	stty
6SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c util.c
7
8WARNS?=	6
9
10.include <bsd.prog.mk>
11