Home | History | Annotate | Line # | Download | only in stty
Makefile revision 1.2
      1 #	@(#)Makefile	5.4 (Berkeley) 6/5/91
      2 #
      3 #	$Id: Makefile,v 1.2 1993/03/22 08:04:00 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