blob: 5104a6b85e340d080beda77eac350a1df7f78204 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.2 1996/06/23 14:21:49 deraadt Exp $
# $NetBSD: Makefile,v 1.8 1995/03/21 09:11:13 cgd Exp $
PROG= stty
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
.include <bsd.prog.mk>
|