mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
6 lines
131 B
Makefile
6 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>
|