1# @(#)Makefile 8.1 (Berkeley) 05/31/93 2 3PROG= stty 4SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c 5 6.include <bsd.prog.mk> 7