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