9 lines
190 B
Makefile
9 lines
190 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 6/5/91
|
|
#
|
|
# $Id: Makefile,v 1.4 1993/06/01 14:42:09 cgd Exp $
|
|
|
|
PROG= stty
|
|
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
|
|
|
|
.include <bsd.prog.mk>
|