NetBSD/bin/stty/Makefile

8 lines
186 B
Makefile
Raw Normal View History

1994-09-20 08:52:02 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id: Makefile,v 1.7 1994/09/20 04:52:02 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= stty
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>