b757af438b
Adjust various places that add GCC-only options to check for the active compiler first.
10 lines
224 B
Makefile
10 lines
224 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/04/04 10:59:44 joerg Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= stty
|
|
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
|
|
|
|
CWARNFLAGS.clang+= -Wno-string-plus-int
|
|
|
|
.include <bsd.prog.mk>
|