9 lines
184 B
Makefile
9 lines
184 B
Makefile
# @(#)Makefile 5.4 (Berkeley) 6/5/91
|
|
#
|
|
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
|
|
|
PROG= stty
|
|
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
|
|
|
|
.include <bsd.prog.mk>
|