Home | History | Annotate | Line # | Download | only in stty
Makefile revision 1.5
      1 #	from: @(#)Makefile	5.4 (Berkeley) 6/5/91
      2 #	$Id: Makefile,v 1.5 1993/08/01 05:46:47 mycroft Exp $
      3 
      4 PROG=	stty
      5 SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c util.c
      6 
      7 .include <bsd.prog.mk>
      8