mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
7 lines
131 B
Makefile
7 lines
131 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||
|
|
||
|
PROG= stty
|
||
|
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|