NetBSD/usr.bin/tr/Makefile

14 lines
232 B
Makefile
Raw Normal View History

2006-05-12 05:26:05 +04:00
# $NetBSD: Makefile,v 1.5 2006/05/12 01:26:05 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= tr
SRCS= str.c tr.c
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
2006-05-12 05:26:05 +04:00
.if ${HAVE_GCC} == 4
.for f in str tr
COPTS.${f}.c+= -Wno-pointer-sign
.endfor
.endif