NetBSD/bin/stty/Makefile

8 lines
192 B
Makefile
Raw Normal View History

1993-06-01 18:42:09 +04:00
# from: @(#)Makefile 5.4 (Berkeley) 6/5/91
1993-08-01 09:37:30 +04:00
# $Id: Makefile,v 1.5 1993/08/01 05:46:47 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 util.c
.include <bsd.prog.mk>