Home | History | Annotate | Line # | Download | only in tr
Makefile revision 1.7.2.1
      1 #	$NetBSD: Makefile,v 1.7.2.1 2012/10/30 19:00:28 yamt 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