386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 5 Jun 1991 15:06:32 +0000 (07:06 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 5 Jun 1991 15:06:32 +0000 (07:06 -0800)
Work on file usr/src/bin/stty/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/bin/stty/Makefile [new file with mode: 0644]

diff --git a/usr/src/bin/stty/Makefile b/usr/src/bin/stty/Makefile
new file mode 100644 (file)
index 0000000..9a76aee
--- /dev/null
@@ -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 <bsd.prog.mk>