35723768f9
and make usage() a function.
8 lines
185 B
Makefile
8 lines
185 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 6/5/91
|
|
# $Id: Makefile,v 1.6 1994/03/23 04:05:23 mycroft Exp $
|
|
|
|
PROG= stty
|
|
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
|
|
|
|
.include <bsd.prog.mk>
|