Initial import from FreeBSD RELENG_4:
[games.git] / bin / stty / Makefile
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
4 PROG=   stty
5 SRCS=   cchar.c gfmt.c key.c modes.c print.c stty.c util.c
6
7 WARNS?= 2
8
9 .include <bsd.prog.mk>