e028842ec8
Add WARNS=1
9 lines
194 B
Makefile
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>
|