repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.bin
/
tr
/
Makefile
blob
c866519b90b889a9e1bbeac72cc758124c908046
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
(
defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
)
|| defined
(
HAVE_PCC
)
10
.for f in str tr
11
COPTS.
${
f
}
.c
+= -
Wno-pointer-sign
12
.endfor
13
.
endif