Home | History | Annotate | Line # | Download | only in tr
Makefile revision 1.7.2.1
      1  1.7.2.1   yamt #	$NetBSD: Makefile,v 1.7.2.1 2012/10/30 19:00:28 yamt Exp $
      2      1.4    jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3      1.1    cgd 
      4      1.1    cgd PROG=	tr
      5      1.2  glass SRCS=	str.c tr.c
      6      1.1    cgd 
      7      1.5    mrg .for f in str tr
      8      1.5    mrg COPTS.${f}.c+=  -Wno-pointer-sign
      9      1.5    mrg .endfor
     10  1.7.2.1   yamt 
     11  1.7.2.1   yamt .include <bsd.prog.mk>
     12