NetBSD/bin/stty/Makefile

8 lines
180 B
Makefile
Raw Normal View History

1995-03-21 12:01:59 +03:00
# $NetBSD: Makefile,v 1.8 1995/03/21 09:11:13 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
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>