Home | History | Annotate | Line # | Download | only in tr
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2006/05/12 01:26:05 mrg Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	tr
      5 SRCS=	str.c tr.c
      6 
      7 .include <bsd.prog.mk>
      8 
      9 .if ${HAVE_GCC} == 4
     10 .for f in str tr
     11 COPTS.${f}.c+=  -Wno-pointer-sign
     12 .endfor
     13 .endif
     14