Home | History | Annotate | Line # | Download | only in tr
Makefile revision 1.8
      1 #	$NetBSD: Makefile,v 1.8 2012/08/10 12:10:28 joerg Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	tr
      5 SRCS=	str.c tr.c
      6 
      7 .for f in str tr
      8 COPTS.${f}.c+=  -Wno-pointer-sign
      9 .endfor
     10 
     11 .include <bsd.prog.mk>
     12