1993-03-21 12:45:37 +03:00
|
|
|
# @(#)Makefile 5.4 (Berkeley) 6/5/91
|
1993-03-22 11:04:00 +03:00
|
|
|
#
|
1993-03-23 03:22:59 +03:00
|
|
|
# $Header: /cvsroot/src/bin/stty/Makefile,v 1.3 1993/03/23 00:30:11 cgd Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= stty
|
|
|
|
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|