Home | History | Annotate | Line # | Download | only in stty
Makefile revision 1.3
      1 #	@(#)Makefile	5.4 (Berkeley) 6/5/91
      2 #
      3 #	$Header: /tank/opengrok/rsync2/NetBSD/src/bin/stty/Makefile,v 1.3 1993/03/23 00:30:11 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