8 lines
192 B
Makefile
8 lines
192 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 6/5/91
|
|
# $Id: Makefile,v 1.5 1993/08/01 05:46:47 mycroft Exp $
|
|
|
|
PROG= stty
|
|
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
|
|
|
|
.include <bsd.prog.mk>
|