NetBSD/bin/stty/Makefile
christos e028842ec8 Fix compiler warnings.
Add WARNS=1
1997-07-20 21:28:26 +00:00

9 lines
194 B
Makefile

# $NetBSD: Makefile,v 1.9 1997/07/20 21:31:22 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
WARNS= 1
PROG= stty
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
.include <bsd.prog.mk>