NetBSD/usr.bin/tr/Makefile
joerg 9edf9a0457 Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
to Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.
2012-08-10 12:10:27 +00:00

12 lines
206 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/08/10 12:10:28 joerg Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= tr
SRCS= str.c tr.c
.for f in str tr
COPTS.${f}.c+= -Wno-pointer-sign
.endfor
.include <bsd.prog.mk>