mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-31 11:07:44 +00:00
7 lines
130 B
Makefile
7 lines
130 B
Makefile
|
# @(#)Makefile 5.4 (Berkeley) 6/5/91
|
||
|
|
||
|
PROG= stty
|
||
|
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|