NetBSD/bin/stty/Makefile

10 lines
224 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2012/04/04 10:59:44 joerg Exp $
1995-03-21 12:01:59 +03:00
# @(#)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
CWARNFLAGS.clang+= -Wno-string-plus-int
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>