minix/usr.bin/tr/Makefile
Lionel Sambuc d5c6c6a51b Importing usr.bin/tr
Change-Id: I4563198f111f2ec3687f6a5084edd05f243c2263
2013-08-25 18:51:36 +02:00

12 lines
206 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/08/10 12:10:28 joerg Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= tr
SRCS= str.c tr.c
.for f in str tr
COPTS.${f}.c+= -Wno-pointer-sign
.endfor
.include <bsd.prog.mk>