From: William F. Jolitz Date: Wed, 5 Jun 1991 15:06:32 +0000 (-0800) Subject: 386BSD 0.1 development X-Git-Tag: 386BSD-0.1~1337 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/6345ffe28bcda1f7719a675a5c2885afebf4a524 386BSD 0.1 development Work on file usr/src/bin/stty/Makefile Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.1 --- diff --git a/usr/src/bin/stty/Makefile b/usr/src/bin/stty/Makefile new file mode 100644 index 0000000000..9a76aeed7b --- /dev/null +++ b/usr/src/bin/stty/Makefile @@ -0,0 +1,6 @@ +# @(#)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