Home | History | Annotate | Line # | Download | only in stty
Makefile revision 1.7
      1 #	from: @(#)Makefile	8.1 (Berkeley) 5/31/93
      2 #	$Id: Makefile,v 1.7 1994/09/20 04:52:02 mycroft Exp $
      3 
      4 PROG=	stty
      5 SRCS=	cchar.c gfmt.c key.c modes.c print.c stty.c
      6 
      7 .include <bsd.prog.mk>
      8